EnumHiddenColumnExportOptions
Enum
Represents the different options for exporting hidden columns.
Definition
Namespace:Telerik.Windows.Controls.GridView.SpreadsheetStreamingExport
Assembly:Telerik.Windows.Controls.GridView.SpreadsheetStreamingExport.dll
Syntax:
cs-api-definition
public enum HiddenColumnExportOptions
Fields
DoNotExport
The columns will not be exported.
ExportAlways
Always export the columns.
ExportAsHidden
Export the columns as hidden.