RemoveAt()

ChartCellCollection::RemoveAt(int32_t) method

Removes a cell from the collection by index.

void Aspose::Slides::Charts::ChartCellCollection::RemoveAt(int32_t index) override

Arguments

ParameterTypeDescription
indexint32_tIndex of a cell to remove.

See Also