RemoveAt
ICommentAuthorCollection.RemoveAt method
Removes the author at the specified index of the 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 author is already removed. |
See Also
- interface ICommentAuthorCollection
- namespace Aspose.Slides
- assembly Aspose.Slides