Timeline

Timeline class

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

Properties

NameTypeDescription
ShowHeaderboolean
ShowSelectionLabelboolean
ShowTimeLevelboolean
ShowHorizontalScrollbarboolean
StartDateDateTime
CurrentLevelintThe value of the property is TimelineLevelType integer constant.
SelectionLevelintThe value of the property is TimelineLevelType integer constant.
CaptionStringReturns or sets the caption of the specified Timeline.
ShapeTimelineShapeReturns the Shape object associated with the specified Timeline. Read-only.
NameStringReturns or sets the name of the specified Timeline
LeftPixelintReturns or sets the horizontal offset of timeline shape from its left column, in pixels.
TopPixelintReturns or sets the vertical offset of timeline shape from its top row, in pixels.
WidthPixelintReturns or sets the width of the specified timeline, in pixels.
HeightPixelintReturns or sets the height of the specified timeline, in pixels.

Methods

NameDescription
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: int

Timeline.SelectionLevel property

The value of the property is TimelineLevelType integer constant.

Type: int

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: int

Timeline.TopPixel property

Returns or sets the vertical offset of timeline shape from its top row, in pixels.

Type: int

Timeline.WidthPixel property

Returns or sets the width of the specified timeline, in pixels.

Type: int

Timeline.HeightPixel property

Returns or sets the height of the specified timeline, in pixels.

Type: int

getSelectedDateTimeRange()

select(start, end, calculate)