Aspose::Cells::Slicers::SlicerCollection::RemoveAt method
SlicerCollection::RemoveAt method
Deletes the Slicer at the specified index.
void Aspose::Cells::Slicers::SlicerCollection::RemoveAt(int32_t index)
Parameter | Type | Description |
---|---|---|
index | int32_t | The position index in Slicer collection |
Examples
slicers.RemoveAt(1);
See Also
- Class Vector
- Class SlicerCollection
- Namespace Aspose::Cells::Slicers
- Library Aspose.Cells for C++