Class Spreadsheet2003SaveOptions
Class Spreadsheet2003SaveOptions
名称: Aspose.Tasks.Saving 集合: Aspose.Tasks.dll (25.4.0)
允许在向 Spreadsheet2003 播放项目页面时指定额外的选项。
public class Spreadsheet2003SaveOptions : SimpleSaveOptions
Inheritance
object ← SimpleSaveOptions ← Spreadsheet2003SaveOptions
继承人
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()
启动 Aspose.Tasks.Saving.Spreadsheet2003SaveOptions 类的新例子。
public Spreadsheet2003SaveOptions()
Properties
AssignmentView
收到或设置一个列表的任务显示列要提供(Aspose.Tasks.Visualization.AssignmentViewColumn)。
public ProjectView AssignmentView { get; set; }
财产价值
ResourceView
获取或设置列表的资源视图列表(Aspose.Tasks.Visualization.ResourceViewColumn)。
public ProjectView ResourceView { get; set; }
财产价值
View
获取或设置一个列表的视图列(Aspose.Tasks.Visualization.GanttChartColumn)保存。如果不设置,则默认列将被保存。
public ProjectView View { get; set; }