Timeline
Timeline class
Summary description of Timeline View Due to MS Excel, Excel 2003 does not support Timeline
Properties
| Name | Type | Description |
|---|---|---|
| ShowHeader | boolean | |
| ShowSelectionLabel | boolean | |
| ShowTimeLevel | boolean | |
| ShowHorizontalScrollbar | boolean | |
| StartDate | DateTime | |
| CurrentLevel | Number | The value of the property is TimelineLevelType integer constant. |
| SelectionLevel | Number | The value of the property is TimelineLevelType integer constant. |
| Caption | String | Returns or sets the caption of the specified Timeline. |
| Shape | TimelineShape | Returns the Shape object associated with the specified Timeline. Read-only. |
| Name | String | Returns or sets the name of the specified Timeline |
| LeftPixel | Number | Returns or sets the horizontal offset of timeline shape from its left column, in pixels. |
| TopPixel | Number | Returns or sets the vertical offset of timeline shape from its top row, in pixels. |
| WidthPixel | Number | Returns or sets the width of the specified timeline, in pixels. |
| HeightPixel | Number | Returns or sets the height of the specified timeline, in pixels. |
Methods
| Name | Description |
|---|---|
| getSelectedDateTimeRange | |
| select |
Timeline.ShowHeader property
Type: boolean
Timeline.ShowSelectionLabel property
Type: boolean
Timeline.ShowTimeLevel property
Type: boolean
Timeline.ShowHorizontalScrollbar property
Type: boolean
Timeline.StartDate property
Type: DateTime
Timeline.CurrentLevel property
The value of the property is TimelineLevelType integer constant.
Type: Number
Timeline.SelectionLevel property
The value of the property is TimelineLevelType integer constant.
Type: Number
Timeline.Caption property
Returns or sets the caption of the specified Timeline.
Type: String
Timeline.Shape property
Returns the Shape object associated with the specified Timeline. Read-only.
Type: TimelineShape
Timeline.Name property
Returns or sets the name of the specified Timeline
Type: String
Timeline.LeftPixel property
Returns or sets the horizontal offset of timeline shape from its left column, in pixels.
Type: Number
Timeline.TopPixel property
Returns or sets the vertical offset of timeline shape from its top row, in pixels.
Type: Number
Timeline.WidthPixel property
Returns or sets the width of the specified timeline, in pixels.
Type: Number
Timeline.HeightPixel property
Returns or sets the height of the specified timeline, in pixels.
Type: Number