SlicerCollection Class
Contents
[
Hide
]SlicerCollection class
Specifies the collection of all the Slicer objects on the specified worksheet.
type SlicerCollection struct {
ptr unsafe.Pointer
}
Constructors
Method | Description |
---|
Methods
Method | Description |
---|---|
IsNull | Checks whether the implementation object is nullptr. |
Get_Int | Gets the Slicer by index. |
Get_String | Gets the Slicer by slicer’s name. |
Remove | Remove the specified Slicer |
RemoveAt | Deletes the Slicer at the specified index |
Clear | Clear all Slicers. |
Add_PivotTable_String_String | Add a new Slicer using PivotTable as data source |
Add_PivotTable_Int_Int_String | Add a new Slicer using PivotTable as data source |
Add_PivotTable_Int_Int_Int | Add a new Slicer using PivotTable as data source |
Add_PivotTable_String_Int | Add a new Slicer using PivotTable as data source |
Add_PivotTable_Int_Int_PivotField | Add a new Slicer using PivotTable as data source |
Add_PivotTable_String_PivotField | Add a new Slicer using PivotTable as data source |
Add_ListObject_Int_String | Add a new Slicer using ListObjet as data source |
Add_ListObject_ListColumn_String | Add a new Slicer using ListObjet as data source |
Add_ListObject_ListColumn_Int_Int | Add a new Slicer using ListObjet as data source |
GetCount |