CommentAuthorCollectionRemoveAt Method

Removes the author at the specified index of the collection.

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public void RemoveAt(
	int index
)

Parameters

index
Type: SystemInt32
The zero-based index of the element to remove.

Implements

ICommentAuthorCollectionRemoveAt(Int32)
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionIndex is less than 0 or index is equal or greater than Count
PptxEditExceptionThrown if author is already removed.
See Also