ElementCollectionItem Property |
Gets the
Element at the specified index.
Namespace: SautinSoft.DocumentAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.12.16
Syntax public 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
ElementExceptions Exception | Condition |
---|
ArgumentOutOfRangeException | index is not a valid index in the IList. |
See Also