Enum ConverterOptions
Defines the constants that specify the options for exporting data from grid/grouping grid to Excel.
Namespace: Syncfusion.GridExcelConverter
Assembly: Syncfusion.GridConverter.Windows.dll
Syntax
[Flags]
public enum ConverterOptions
Fields
Name | Description |
---|---|
ColumnHeaders | Lets you convert grid column headers into spreadsheet. |
Default | Default options - row / column headers won't be exported and all columns of grid will be exported. |
RowHeaders | Lets you convert grid row headers into spreadsheet. |
Visible | Lets you Convert only the visible Columns of Grid to a SpreadSheet format. |