VTArray.LowerBounds 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.
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.