SlicerCollection.RemoveAt
SlicerCollection.RemoveAt method
Deletes the Slicer at the specified index
public void RemoveAt(int index)
Parameter | Type | Description |
---|---|---|
index | Int32 | The position index in Slicer collection |
Examples
[C#]
slicers.RemoveAt(1);
See Also
- class SlicerCollection
- namespace Aspose.Cells.Slicers
- assembly Aspose.Cells