VTArray.UpperBounds プロパティ

定義

配列の上限を超える Attribute.Represents が次のスキーマの属性: ubound 関数

[DocumentFormat.OpenXml.SchemaAttr(0, "uBound")]
public DocumentFormat.OpenXml.Int32Value UpperBounds { get; set; }
member this.UpperBounds : DocumentFormat.OpenXml.Int32Value with get, set
Public Property UpperBounds As Int32Value

プロパティ値

Int32Value

返します。 Int32Value

属性

注釈

ECMA 376 の標準の ECMA インターナショナルから次の情報は、このクラスを使用する場合に、役立ちます。

uBounds属性の形式で配列の上限を指定する: #, #, #... # の各番号が整数を表します。

この属性の値が XML スキーマで定義されているintのデータ型です。

適用対象