Freigeben über


VTArray.UpperBounds Eigenschaft

Definition

Array-Obergrenzen-Attribut

Stellt das folgende Attribut im Schema dar: 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

Eigenschaftswert

Gibt zurück Int32Value.

Attribute

Hinweise

Die folgenden Informationen aus dem INTERNATIONALEN ECMA-Standard ECMA-376 können bei der Arbeit mit dieser Klasse nützlich sein.

Das uBounds Attribut gibt die obere Grenze eines Arrays im Format an: #, #, # ... # , wobei jedes # eine ganze Zahl darstellt.

Die möglichen Werte für dieses Attribut werden durch den XML-Schemadatentyp int definiert.

Gilt für: