ElementCollectionItem Property |
Gets the
Element at the specified index.
Namespace:
GemBox.Document
Assembly:
GemBox.Document (in GemBox.Document.dll) Version: 29.0.35.1122
Syntaxpublic Element this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As Element
Get
Parameters
- index
- Type: SystemInt32
The zero-based index of the Element to get.
Property Value
Type:
Element
The
Element at the specified index.
Return Value
Type:
Element
The
Element at the specified index.
See Also