GridExportOptions Properties
The base class for the GridXlExportOptions and GridCsvExportOptions classes. Contains common options that define how a document is exported.
Name | Description |
---|---|
Customize |
Allows you to customize a cell in the exported file. |
Document |
Specifies the exported document’s culture that defines numeric and date-time data formatting settings. |
Export |
Indicates whether the Grid exports cell values in the same format they are presented in the grid. |
Export |
Specifies if the grid exports only selected rows. |
Row |
Fires before a row is exported and allows you to cancel the action. |
See Also