SlicerCollection Class

SlicerCollection class

Specifies the collection of all the Slicer objects on the specified worksheet.


type SlicerCollection struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
Get_IntGets the Slicer by index.
Get_StringGets the Slicer by slicer’s name.
RemoveRemove the specified Slicer
RemoveAtDeletes the Slicer at the specified index
ClearClear all Slicers.
Add_PivotTable_String_StringAdd a new Slicer using PivotTable as data source
Add_PivotTable_Int_Int_StringAdd a new Slicer using PivotTable as data source
Add_PivotTable_Int_Int_IntAdd a new Slicer using PivotTable as data source
Add_PivotTable_String_IntAdd a new Slicer using PivotTable as data source
Add_PivotTable_Int_Int_PivotFieldAdd a new Slicer using PivotTable as data source
Add_PivotTable_String_PivotFieldAdd a new Slicer using PivotTable as data source
Add_ListObject_Int_StringAdd a new Slicer using ListObjet as data source
Add_ListObject_ListColumn_StringAdd a new Slicer using ListObjet as data source
Add_ListObject_ListColumn_Int_IntAdd a new Slicer using ListObjet as data source
GetCount