CsvOptions

CsvOptions class

Inherits: Aspose::Tasks::Saving::SimpleSaveOptions

Allows to specify additional options when saving project to CSV.

Constructors

NameDescription
CsvOptionsInitializes a new instance of the CsvOptions class which can be used to save project in CSV format.

Methods

NameDescription
get_DataCategoryGets a data category to be saved.
get_EncodingGets an encoding to save CSV with.
get_IncludeHeadersGets a value indicating whether to include headers or not (default value is TRUE).
get_TextDelimiterGets a text delimiter.
get_ViewGets a list of the view columns ( GanttChartColumn ) to save to XLSX format. If not set then default columns are saved.
set_DataCategorySets a data category to be saved.
set_EncodingSets an encoding to save CSV with.
set_IncludeHeadersSets a value indicating whether to include headers or not (default value is TRUE).
set_TextDelimiterSets a text delimiter.
set_ViewSets a list of the view columns ( GanttChartColumn ) to save to XLSX format. If not set then default columns are saved.