Aspose.Slides for .NET - API Reference
Aspose.Slides
Aspose.Slides
ICommentAuthorCollection Interface
ICommentAuthorCollection Methods
AddAuthor Method
Clear Method
FindByName Method
FindByNameAndInitials Method
Remove Method
RemoveAt Method
ToArray Method
ICommentAuthorCollection
RemoveAt Method
Removes the author at the specified index of the collection.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 22.5.0.0 (22.5)
Syntax
C#
VB
C++
F#
void
RemoveAt
(
int
index
)
Sub
RemoveAt
(
index
As
Integer
)
void
RemoveAt
(
int
index
)
abstract
RemoveAt
:
index
:
int
->
unit
Parameters
index
Type:
System
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
Reference
ICommentAuthorCollection Interface
Aspose.Slides Namespace