Spreadsheet2003SaveOptions
Contents
[
Hide
]Spreadsheet2003SaveOptions class
Inherits: Aspose::Tasks::Saving::SimpleSaveOptions
Allows to specify additional options when rendering project pages to Spreadsheet2003.
Constructors
| Name | Description |
|---|---|
| Spreadsheet2003SaveOptions | Initializes a new instance of the Spreadsheet2003SaveOptions class. |
Methods
| Name | Description |
|---|---|
| get_AssignmentView | Gets a list of the assignments view columns to render ( AssignmentViewColumn ). |
| get_ResourceView | Gets a list of the resource view columns to render ( ResourceViewColumn ). |
| get_View | Gets a list of the view columns ( GanttChartColumn ) to save. If not set then default columns are saved. |
| set_AssignmentView | Sets a list of the assignments view columns to render ( AssignmentViewColumn ). |
| set_ResourceView | Sets a list of the resource view columns to render ( ResourceViewColumn ). |
| set_View | Sets a list of the view columns ( GanttChartColumn ) to save. If not set then default columns are saved. |