OpenXmlElementList.Item[Int32] Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient un nœud à l’index spécifié.
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
Paramètres
- iindex
- Int32
Valeur de propriété
Élément s’il est trouvé.