RemoveAt

CommentAuthorCollection.RemoveAt method

Removes the author at the specified index of the collection.

public void RemoveAt(int index)
ParameterTypeDescription
indexInt32The zero-based index of the element to remove.

Exceptions

exceptioncondition
ArgumentOutOfRangeExceptionIndex is less than 0 or index is equal or greater than Count
PptxEditExceptionThrown if author is already removed.

See Also