Compartilhar via


VTArray.LowerBounds Propriedade

Definição

Atributo Limites Inferiores da Matriz

Representa o seguinte atributo no 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 da propriedade

Devolve Int32Value.

Atributos

Comentários

As seguintes informações do ECMA International Standard ECMA-376 podem ser úteis ao trabalhar com esta classe.

O lBounds atributo especifica o limite inferior de uma matriz no formato: #, #, # ... # em que cada # representa um número inteiro.

Os valores possíveis para este atributo são definidos pelo tipo de dados Esquema int XML.

Aplica-se a