TreeListCsvExportOptions Properties
Contains options that define how the TreeList exports its content in CSV format.
Name | Description |
---|---|
Add |
Specifies whether to include the encoding preamble at the beginning of the exported CSV file. |
Customize |
Allows you to customize a cell in the exported file.
Inherited from Tree |
Document |
Specifies the exported document’s culture that defines numeric, date-time, and currency data formatting settings.
Inherited from Tree |
Encode |
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. |
Export |
Indicates whether the Tree |
Export |
Specifies whether the Tree |
Quote |
Specifies whether a value that contains separators is enclosed in quotation marks. |
Row |
Fires before a row is exported and allows you to cancel the action.
Inherited from Tree |
Separator | Specifies a character sequence that separates values in the exported CSV file. |
See Also