Timeline Class

Timeline class

Summary description of Timeline ViewDue to MS Excel, Excel 2003 does not support Timeline


type Timeline struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
GetShowHeaderIndicates whether to display the header.
SetShowHeaderIndicates whether to display the header.
GetShowSelectionLabelIndicates whether to display the selction label.
SetShowSelectionLabelIndicates whether to display the selction label.
GetShowTimeLevelIndicates whether to display the time level.
SetShowTimeLevelIndicates whether to display the time level.
GetShowHorizontalScrollbarIndicates whether to display the horizontal ccroll bar.
SetShowHorizontalScrollbarIndicates whether to display the horizontal ccroll bar.
GetStartDateGets and sets the start date of the timespan scrolling position of this Timeline.
SetStartDateGets and sets the start date of the timespan scrolling position of this Timeline.
GetCurrentLevelThe current time level of the Timeline.
SetCurrentLevelThe current time level of the Timeline.
GetSelectionLevelGets and sets the time level at which the current selection was made for the Timeline.
SetSelectionLevelGets and sets the time level at which the current selection was made for the Timeline.
GetCaptionGets or sets the caption of this Timeline.
SetCaptionGets or sets the caption of this Timeline.
GetShapeReturns the TimelineShape object associated with this Timeline.
GetNameReturns or sets the name of the specified Timeline
SetNameReturns or sets the name of the specified Timeline