CommentCollectionRemoveAt Method

Removes the element at the specified index in a 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

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