ElementCollectionItem Property |
Gets the
Element at the specified index.
Namespace: SautinSoft.DocumentAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2025.11.10
Syntaxpublic Element this[
int index
] { get; }Public ReadOnly Default Property Item (
index As Integer
) As Element
Get
Parameters
- index Int32
- The zero-based index of the Element to get.
Property Value
Element
Exceptions| Exception | Condition |
|---|
| ArgumentOutOfRangeException | index is not a valid index in the IList. |
See Also