Class Spreadsheet2003SaveOptions

Class Spreadsheet2003SaveOptions

Namespace: Aspose.Tasks.Saving
Assembly: Aspose.Tasks.dll (25.2.0)

Allows to specify additional options when rendering project pages to Spreadsheet2003.

public class Spreadsheet2003SaveOptions : SimpleSaveOptions

Inheritance

objectSimpleSaveOptionsSpreadsheet2003SaveOptions

Inherited Members

SimpleSaveOptions.project, SimpleSaveOptions.SaveFormat, SimpleSaveOptions.TasksComparer, SimpleSaveOptions.TasksFilter, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

Spreadsheet2003SaveOptions()

Initializes a new instance of the Aspose.Tasks.Saving.Spreadsheet2003SaveOptions class.

public Spreadsheet2003SaveOptions()

Properties

AssignmentView

Gets or sets a list of the assignments view columns to render (Aspose.Tasks.Visualization.AssignmentViewColumn).

public ProjectView AssignmentView { get; set; }

Property Value

ProjectView

ResourceView

Gets or sets a list of the resource view columns to render (Aspose.Tasks.Visualization.ResourceViewColumn).

public ProjectView ResourceView { get; set; }

Property Value

ProjectView

View

Gets or sets a list of the view columns (Aspose.Tasks.Visualization.GanttChartColumn) to save. If not set then default columns are saved.

public ProjectView View { get; set; }

Property Value

ProjectView