Class GridExcelConverterControl.ExportHiddenRows
Defines the constants that specify the options for hidden rows exporting.
Inheritance
System.Object
GridExcelConverterControl.ExportHiddenRows
Namespace: Syncfusion.GridExcelConverter
Assembly: Syncfusion.GridConverter.Windows.dll
Syntax
public sealed class ExportHiddenRows : Enum
Fields
DoNotExport
The hidden rows in the grid will not be exported.
Declaration
public const GridExcelConverterControl.ExportHiddenRows DoNotExport
Field Value
| Type |
|---|
| GridExcelConverterControl.ExportHiddenRows |
ExportAndHide
The hidden rows in the grid will be exported in hidden state.
Declaration
public const GridExcelConverterControl.ExportHiddenRows ExportAndHide
Field Value
| Type |
|---|
| GridExcelConverterControl.ExportHiddenRows |
ExportAndShow
The hidden rows will be exported in shown state.
Declaration
public const GridExcelConverterControl.ExportHiddenRows ExportAndShow
Field Value
| Type |
|---|
| GridExcelConverterControl.ExportHiddenRows |