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.
GetCaptionReturns or sets the caption of the specified Timeline.
SetCaptionReturns or sets the caption of the specified Timeline.
GetNameReturns or sets the name of the specified Timeline
SetNameReturns or sets the name of the specified Timeline
GetLeftPixelReturns or sets the horizontal offset of timeline shape from its left column, in pixels.
SetLeftPixelReturns or sets the horizontal offset of timeline shape from its left column, in pixels.
GetTopPixelReturns or sets the vertical offset of timeline shape from its top row, in pixels.
SetTopPixelReturns or sets the vertical offset of timeline shape from its top row, in pixels.
GetWidthPixelReturns or sets the width of the specified timeline, in pixels.
SetWidthPixelReturns or sets the width of the specified timeline, in pixels.
GetHeightPixelReturns or sets the height of the specified timeline, in pixels.
SetHeightPixelReturns or sets the height of the specified timeline, in pixels.