CommentCollectionRemoveAt Method |
Removes the
Comment at the specified index of the collection.
Namespace:
GemBox.Presentation
Assembly:
GemBox.Presentation (in GemBox.Presentation.dll) Version: 21.3.35.1038 (21.3.35.1038)
Syntaxpublic void RemoveAt(
int index
)
Public Sub RemoveAt (
index As Integer
)
Parameters
- index
- Type: SystemInt32
The zero-based index of the Comment to remove.
Exceptions
See Also