Compartir a través de


VTArray.UpperBounds Propiedad

Definición

Atributo Array Upper Bounds

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

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 uBounds atributo especifica el límite superior 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