OpenXmlElementList.Item[Int32] Property

Definition

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.

Implements

Applies to