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