TreeList.ExportToText Method
Name | Parameters | Description |
---|---|---|
ExportToText(Stream, TextExportOptions) | stream, options | Exports the control’s data to the specified stream in Text format using the specified options. |
ExportToText(Stream) | stream | Exports the Tree List’s data to a text document and sends it to the specified stream. |
ExportToText(String, TextExportOptions) | fileName, options | Exports the control’s data to the specified file in Text format using the specified options. |
ExportToText(String) | fileName | Exports the Tree List’s data to a text file at the specified path. |