Represents the different options for exporting hidden columns.
Definition
Namespace:Telerik.Windows.Controls.GridView.SpreadsheetStreamingExport
Assembly:Telerik.Windows.Controls.GridView.SpreadsheetStreamingExport.dll
Syntax:
C#
public enum HiddenColumnExportOptions
Fields
The columns will not be exported.
C#
DoNotExport = 1
Always export the columns.
C#
ExportAlways = 0
Export the columns as hidden.
C#
ExportAsHidden = 2