VTArray.UpperBounds Property
Array Upper Bounds Attribute.Represents the attribte in schema: uBound
Namespace: DocumentFormat.OpenXml.VariantTypes
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'宣言
<SchemaAttrAttribute(, "uBound")> _
Public Property UpperBounds As Int32Value
Get
Set
'使用
Dim instance As VTArray
Dim value As Int32Value
value = instance.UpperBounds
instance.UpperBounds = value
[SchemaAttrAttribute(, "uBound")]
public Int32Value UpperBounds { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Int32Value
Returns Int32Value.
Remarks
The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.
The uBounds attribute specifies the upper bound of an array in the format: #, #, # ... # where each # represents an integer.
The possible values for this attribute are defined by the XML Schema int datatype.