OpenXmlElementList.Item[Int32] Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a node at the specified index.
public virtual DocumentFormat.OpenXml.OpenXmlElement this[int i] { get; }
public DocumentFormat.OpenXml.OpenXmlElement this[int index] { get; }
member this.Item(int) : DocumentFormat.OpenXml.OpenXmlElement
Default Public Overridable ReadOnly Property Item(i As Integer) As OpenXmlElement
Default Public ReadOnly Property Item(index As Integer) As OpenXmlElement
Parameters
- iindex
- Int32
Property Value
The element if found.