Compartir a través de


VTArray.LowerBounds Propiedad

Definición

Atributo Array Lower Bounds

Representa el atributo siguiente en el esquema: 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

Valor de propiedad

Devuelve Int32Value.

Atributos

Comentarios

La siguiente información de ECMA International Standard ECMA-376 puede ser útil al trabajar con esta clase.

El lBounds atributo especifica el límite inferior de una matriz con el formato #, #, # ... # donde cada # representa un entero.

Los valores posibles para este atributo se definen mediante el tipo de datos Esquema int XML.

Se aplica a