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