TreeListExportOptions Properties
The base class for the TreeListXlExportOptions and TreeListCsvExportOptions 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, date-time, and currency data formatting settings. |
ExportDisplayText | Indicates whether the TreeList exports cell values in the same format they are presented in the compoment. |
ExportSelectedRowsOnly | Specifies whether the TreeList exports selected rows only. |
RowExporting | Fires before a row is exported and allows you to cancel the action. |
See Also