SlicerCollection.RemoveAt

SlicerCollection.RemoveAt method

Deletes the Slicer at the specified index

public void RemoveAt(int index)
ParameterTypeDescription
indexInt32The position index in Slicer collection

Examples


[C#]

slicers.RemoveAt(1);

See Also