TimelineCollection Class

TimelineCollection class

Specifies the collection of all the objects on the worksheet.It was supported since Excel 2013.


type TimelineCollection struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
Get_IntGets the Timeline by index.
Get_StringGets the Timeline by Timeline’s name.
Add_PivotTable_Int_Int_StringAdd a new Timeline using PivotTable as data source
Add_PivotTable_String_StringAdd a new Timeline using PivotTable as data source
Add_PivotTable_Int_Int_IntAdd a new Timeline using PivotTable as data source
Add_PivotTable_String_IntAdd a new Timeline using PivotTable as data source
Add_PivotTable_Int_Int_PivotFieldAdd a new Timeline using PivotTable as data source
Add_PivotTable_String_PivotFieldAdd a new Timeline using PivotTable as data source
GetCount