Class ExcelOptions
To set the ExcelOptions of Excel Writter
Inheritance
System.Object
ExcelOptions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.EJ.ReportWriter
Assembly: Syncfusion.EJ.ReportViewer.dll
Syntax
public class ExcelOptions : IReportDispose, IDisposable
Remarks
ExcelOptions contains the properties to define the ExcelVersion and LayoutOption
Constructors
ExcelOptions()
Declaration
public ExcelOptions()
Properties
DisableCellFormat
Gets or sets the disable cell style in excel sheet.
Declaration
public DisableCellFormat DisableCellFormat { get; set; }
Property Value
Type | Description |
---|---|
DisableCellFormat |
ExcelSaveType
Gets or sets ExcelVersion.
Declaration
public ExcelVersion ExcelSaveType { get; set; }
Property Value
Type | Description |
---|---|
ExcelVersion |
ExcelSheetProtection
Get or set the excel sheet edit protection
Declaration
public ExcelSheetProtection ExcelSheetProtection { get; set; }
Property Value
Type | Description |
---|---|
ExcelSheetProtection |
LayoutOption
Gets or sets the rendering type need to be used for exporting report.
Declaration
public ExcelLayoutOptions LayoutOption { get; set; }
Property Value
Type | Description |
---|---|
ExcelLayoutOptions |
PasswordToModify
Get or Set the password to modify the excel document.
Declaration
public string PasswordToModify { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PasswordToOpen
Get or Set the password to open the excel document.
Declaration
public string PasswordToOpen { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ReadOnlyRecommended
Get or Set the excel workbook as read-only.
Declaration
public bool ReadOnlyRecommended { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
Dispose()
Declaration
public void Dispose()
Implements
System.IDisposable