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)
ParameterTypeDescription
indexint32_tThe position index in Slicer collection

Examples

slicers.RemoveAt(1);

See Also