RemoveAt
CommentCollection.RemoveAt method
Removes the element at the specified index in a collection.
public void RemoveAt(int index)
Parameter | Type | Description |
---|---|---|
index | Int32 | The zero-based index of the element to remove. |
Exceptions
exception | condition |
---|---|
ArgumentOutOfRangeException | Index is less than 0 or index is equal or greater than Count |
PptxEditException | Thrown if comment is already removed. |
See Also
- class CommentCollection
- namespace Aspose.Slides
- assembly Aspose.Slides