Freigeben über


VTArray.LowerBounds Eigenschaft

Definition

Array Lower Bounds Attribute

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

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 lBounds -Attribut gibt die untere 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: