OpenXmlElementList.Item Property
Retrieves a node at the given index.
Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Overridable ReadOnly Default Property Item ( _
i As Integer _
) As OpenXmlElement
Get
'Usage
Dim instance As OpenXmlElementList
Dim i As Integer
Dim value As OpenXmlElement
value = instance(i)
public virtual OpenXmlElement this[
int i
] { get; }
Parameters
- i
Type: System.Int32
Property Value
Type: DocumentFormat.OpenXml.OpenXmlElement