次の方法で共有


VTArray.UpperBounds プロパティ

定義

配列の上限属性

スキーマ内の次の属性を表します: 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

プロパティ値

Int32Value を返します。

属性

注釈

ECMA 国際 標準 ECMA-376 の次の情報は、このクラスを操作するときに役立ちます。

属性は uBounds 、配列の上限を #、#、#..# の形式で指定します。各 # は整数を表します。

この属性に使用できる値は、XML スキーマ int データ型によって定義されます。

適用対象