TimelineCollection Class
Contents
[
Hide
]TimelineCollection class
Specifies the collection of all the Timeline objects on the specified worksheet.Due to MS Excel, Excel 2003 does not support Timeline.
type TimelineCollection struct {
ptr unsafe.Pointer
}
Constructors
Method | Description |
---|
Methods
Method | Description |
---|---|
IsNull | Checks whether the implementation object is nullptr. |
Get_Int | Gets the Timeline by index. |
Get_String | Gets the Timeline by Timeline’s name. |
Add_PivotTable_Int_Int_String | Add a new Timeline using PivotTable as data source |
Add_PivotTable_String_String | Add a new Timeline using PivotTable as data source |
Add_PivotTable_Int_Int_Int | Add a new Timeline using PivotTable as data source |
Add_PivotTable_String_Int | Add a new Timeline using PivotTable as data source |
Add_PivotTable_Int_Int_PivotField | Add a new Timeline using PivotTable as data source |
Add_PivotTable_String_PivotField | Add a new Timeline using PivotTable as data source |
GetCount |