Caption
Timeline.Caption property
返回或设置指定时间轴的标题。
public string Caption { get; set; }
例子
[C#]
//设置指定时间轴的标题。
timelineObj.Caption = "timeline caption test";
也可以看看
- class Timeline
- 命名空间 Aspose.Cells.Timelines
- 部件 Aspose.Cells
返回或设置指定时间轴的标题。
public string Caption { get; set; }
[C#]
//设置指定时间轴的标题。
timelineObj.Caption = "timeline caption test";