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. |
GetCaption | Returns or sets the caption of the specified Timeline. |
SetCaption | Returns or sets the caption of the specified Timeline. |
GetName | Returns or sets the name of the specified Timeline |
SetName | Returns or sets the name of the specified Timeline |
GetLeftPixel | Returns or sets the horizontal offset of timeline shape from its left column, in pixels. |
SetLeftPixel | Returns or sets the horizontal offset of timeline shape from its left column, in pixels. |
GetTopPixel | Returns or sets the vertical offset of timeline shape from its top row, in pixels. |
SetTopPixel | Returns or sets the vertical offset of timeline shape from its top row, in pixels. |
GetWidthPixel | Returns or sets the width of the specified timeline, in pixels. |
SetWidthPixel | Returns or sets the width of the specified timeline, in pixels. |
GetHeightPixel | Returns or sets the height of the specified timeline, in pixels. |
SetHeightPixel | Returns or sets the height of the specified timeline, in pixels. |