Timeline Class
Contents
[
Hide
]Timeline class
Summary description of Timeline ViewDue to MS Excel, Excel 2003 does not support Timeline
type Timeline struct {
ptr unsafe.Pointer
}
Constructors
| Method | Description |
|---|
Methods
| Method | Description |
|---|---|
| IsNull | Checks whether the implementation object is nullptr. |
| GetShowHeader | Indicates whether to display the header. |
| SetShowHeader | Indicates whether to display the header. |
| GetShowSelectionLabel | Indicates whether to display the selction label. |
| SetShowSelectionLabel | Indicates whether to display the selction label. |
| GetShowTimeLevel | Indicates whether to display the time level. |
| SetShowTimeLevel | Indicates whether to display the time level. |
| GetShowHorizontalScrollbar | Indicates whether to display the horizontal ccroll bar. |
| SetShowHorizontalScrollbar | Indicates whether to display the horizontal ccroll bar. |
| GetStartDate | Gets and sets the start date of the timespan scrolling position of this Timeline. |
| SetStartDate | Gets and sets the start date of the timespan scrolling position of this Timeline. |
| GetCurrentLevel | The current time level of the Timeline. |
| SetCurrentLevel | The current time level of the Timeline. |
| GetSelectionLevel | Gets and sets the time level at which the current selection was made for the Timeline. |
| SetSelectionLevel | Gets and sets the time level at which the current selection was made for the Timeline. |
| GetCaption | Gets or sets the caption of this Timeline. |
| SetCaption | Gets or sets the caption of this Timeline. |
| GetShape | Returns the TimelineShape object associated with this Timeline. |
| GetName | Returns or sets the name of the specified Timeline |
| SetName | Returns or sets the name of the specified Timeline |