Skip to main content
All docs
V24.2

TreeListCsvExportOptions Properties

Contains options that define how the TreeList exports its content in CSV format.
Name Description
AddEncodingPreamble Specifies whether to include the encoding preamble at the beginning of the exported CSV file.
CustomizeCell Allows you to customize a cell in the exported file. Inherited from TreeListExportOptions.
DocumentCulture Specifies the exported document’s culture that defines numeric, date-time, and currency data formatting settings. Inherited from TreeListExportOptions.
EncodeExecutableContent Specifies whether to enclose potentially dangerous content in quotation marks when it is exported to a CSV file.
Encoding Specifies the encoding of the exported CSV file.
ExportDisplayText Indicates whether the TreeList exports cell values in the same format they are presented in the compoment. Inherited from TreeListExportOptions.
ExportSelectedRowsOnly Specifies whether the TreeList exports selected rows only. Inherited from TreeListExportOptions.
QuoteStringsWithSeparators Specifies whether a value that contains separators is enclosed in quotation marks.
RowExporting Fires before a row is exported and allows you to cancel the action. Inherited from TreeListExportOptions.
Separator Specifies a character sequence that separates values in the exported CSV file.
See Also