Compartir a través de


OpenXmlElementList.Item[Int32] Propiedad

Definición

Obtiene un nodo en el índice especificado.

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

Parámetros

iindex
Int32

Valor de propiedad

Elemento si se encuentra.

Implementaciones

Se aplica a