Enum GridExcelConverterControl.ExportHiddenRows
Defines the constants that specify the options for hidden rows exporting.
Namespace: Syncfusion.GridExcelConverter
Assembly: Syncfusion.GridConverter.Windows.dll
Syntax
public enum ExportHiddenRows
Fields
Name | Description |
---|---|
DoNotExport | The hidden rows in the grid will not be exported. |
ExportAndHide | The hidden rows in the grid will be exported in hidden state. |
ExportAndShow | The hidden rows will be exported in shown state. |