TreeList.ExportToCsv Method
Name | Parameters | Description |
---|---|---|
Export |
stream, options | Exports the control’s data to the specified stream in CSV format using the specified options. |
Export |
stream | Exports data to the specified stream in CSV format. |
Export |
file |
Exports the control’s data to the specified file in CSV format using the specified options. |
Export |
file |
Exports the Tree List’s data to the specified CSV file. |