RemoveAt()

IChartCellCollection::RemoveAt(int32_t) method

Removes a cell from the collection by index.

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

Arguments

ParameterTypeDescription
indexint32_tIndex of a cell to remove.

See Also