RemoveAt()

IChartCategoryCollection::RemoveAt(int32_t) method

Removes the element at the given index.

virtual void Aspose::Slides::Charts::IChartCategoryCollection::RemoveAt(int32_t index)=0

Arguments

ParameterTypeDescription
indexint32_tIndex of a category to remove.

See Also