RemoveAt()

CommentCollection::RemoveAt(int32_t) method

Removes the element at the specified index in a collection.

void Aspose::Slides::CommentCollection::RemoveAt(int32_t index) override

Arguments

ParameterTypeDescription
indexint32_tThe zero-based index of the element to remove.

See Also