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
CurrentLevelNumberThe value of the property is TimelineLevelType integer constant.
SelectionLevelNumberThe 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
LeftPixelNumberReturns or sets the horizontal offset of timeline shape from its left column, in pixels.
TopPixelNumberReturns or sets the vertical offset of timeline shape from its top row, in pixels.
WidthPixelNumberReturns or sets the width of the specified timeline, in pixels.
HeightPixelNumberReturns 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: 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

getSelectedDateTimeRange()

select(start, end, calculate)