ComHelperRemoveElementCollectionItem Method |
Removes the
Element at the specified index.
Namespace:
GemBox.Document
Assembly:
GemBox.Document (in GemBox.Document.dll) Version: 27.3.30.1210
Syntaxpublic void RemoveElementCollectionItem(
Object elements,
int index
)
Public Sub RemoveElementCollectionItem (
elements As Object,
index As Integer
)
Parameters
- elements
- Type: SystemObject
The ElementCollection instance. - index
- Type: SystemInt32
The zero-based index of the Element to remove.
See Also