RemoveAt()

ICommentAuthorCollection::RemoveAt(int32_t) method

Removes the author at the specified index of the collection.

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

Arguments

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

See Also