VTArray.LowerBounds Propriété

Définition

Attribut des limites inférieures du tableau

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

[DocumentFormat.OpenXml.SchemaAttr(0, "lBound")]
public DocumentFormat.OpenXml.Int32Value LowerBounds { get; set; }
public DocumentFormat.OpenXml.Int32Value LowerBounds { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "lBound")]
public DocumentFormat.OpenXml.Int32Value? LowerBounds { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("lBound")]
public DocumentFormat.OpenXml.Int32Value? LowerBounds { get; set; }
public DocumentFormat.OpenXml.Int32Value? LowerBounds { get; set; }
member this.LowerBounds : DocumentFormat.OpenXml.Int32Value with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "lBound")>]
member this.LowerBounds : DocumentFormat.OpenXml.Int32Value with get, set
[<DocumentFormat.OpenXml.SchemaAttr("lBound")>]
member this.LowerBounds : DocumentFormat.OpenXml.Int32Value with get, set
Public Property LowerBounds 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 lBounds spécifie la limite infé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 à