CsvOptions
Contents
[
Hide
]CsvOptions class
Inherits: Aspose::Tasks::Saving::SimpleSaveOptions
Allows to specify additional options when saving project to CSV.
Constructors
| Name | Description |
|---|---|
| CsvOptions | Initializes a new instance of the CsvOptions class which can be used to save project in CSV format. |
Methods
| Name | Description |
|---|---|
| get_DataCategory | Gets a data category to be saved. |
| get_Encoding | Gets an encoding to save CSV with. |
| get_IncludeHeaders | Gets a value indicating whether to include headers or not (default value is TRUE). |
| get_TextDelimiter | Gets a text delimiter. |
| get_View | Gets a list of the view columns ( GanttChartColumn ) to save to XLSX format. If not set then default columns are saved. |
| set_DataCategory | Sets a data category to be saved. |
| set_Encoding | Sets an encoding to save CSV with. |
| set_IncludeHeaders | Sets a value indicating whether to include headers or not (default value is TRUE). |
| set_TextDelimiter | Sets a text delimiter. |
| set_View | Sets a list of the view columns ( GanttChartColumn ) to save to XLSX format. If not set then default columns are saved. |