Class ExcelExportingOptions
Provides excel exporting options such as CaptionSummary, Excluding the columns while exporting the grid and nested table.
Inheritance
System.Object
ExcelExportingOptions
Implements
System.ICloneable
Namespace: Syncfusion.GroupingGridExcelConverter
Assembly: Syncfusion.GridConverter.Windows.dll
Syntax
public class ExcelExportingOptions : Object, ICloneable
Constructors
ExcelExportingOptions()
Initializes a new instance of the ExcelExportingOptions class.
Declaration
public ExcelExportingOptions()
Properties
ExcludeColumns
Declaration
public List<string> ExcludeColumns { get; set; }
Property Value
| Type |
|---|
| System.Collections.Generic.List<System.String> |
ExportCaptionSummary
Gets or sets whether caption summary has to be exported
Declaration
public bool ExportCaptionSummary { get; set; }
Property Value
| Type |
|---|
| System.Boolean |
ExportGroupPreviewRow
Gets or sets whether group preview row has to be exported.
Declaration
public bool ExportGroupPreviewRow { get; set; }
Property Value
| Type |
|---|
| System.Boolean |
ExportGroupSummary
Gets or sets whether group summary has to be exported.
Declaration
public bool ExportGroupSummary { get; set; }
Property Value
| Type |
|---|
| System.Boolean |
ExportNestedTableIndent
Gets or sets nested table has to be exported with indents.
Declaration
public bool ExportNestedTableIndent { get; set; }
Property Value
| Type |
|---|
| System.Boolean |
ExportRecordPreviewRow
Gets or sets whether record preview rows has to be exported.
Declaration
public bool ExportRecordPreviewRow { get; set; }
Property Value
| Type |
|---|
| System.Boolean |
ExportTableSummary
Gets or sets whether table summary has to be exported.
Declaration
public bool ExportTableSummary { get; set; }
Property Value
| Type |
|---|
| System.Boolean |
Methods
Clone()
Creates a shallow copy of the all members.
Declaration
public object Clone()
Returns
| Type | Description |
|---|---|
| System.Object | Clones class. |
Implements
System.ICloneable