Partager via


VTArray.UpperBounds Propriété

Définition

Attribut des limites supérieures du tableau

Représente l’attribut suivant dans le schéma : uBound

[DocumentFormat.OpenXml.SchemaAttr(0, "uBound")]
public DocumentFormat.OpenXml.Int32Value UpperBounds { get; set; }
public DocumentFormat.OpenXml.Int32Value UpperBounds { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "uBound")]
public DocumentFormat.OpenXml.Int32Value? UpperBounds { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("uBound")]
public DocumentFormat.OpenXml.Int32Value? UpperBounds { get; set; }
public DocumentFormat.OpenXml.Int32Value? UpperBounds { get; set; }
member this.UpperBounds : DocumentFormat.OpenXml.Int32Value with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "uBound")>]
member this.UpperBounds : DocumentFormat.OpenXml.Int32Value with get, set
[<DocumentFormat.OpenXml.SchemaAttr("uBound")>]
member this.UpperBounds : DocumentFormat.OpenXml.Int32Value with get, set
Public Property UpperBounds As Int32Value

Valeur de propriété

Retourne Int32Value.

Attributs

Remarques

Les informations suivantes de la norme internationale ECMA ECMA-376 peuvent être utiles lors de l’utilisation de cette classe.

L’attribut uBounds spécifie la limite supérieure d’un tableau au format : #, #, # ... # où chaque # représente un entier.

Les valeurs possibles pour cet attribut sont définies par le type de données schéma int XML.

S’applique à