VTArray.LowerBounds Property
Array Lower Bounds Attribute.Represents the attribte in schema: lBound
Namespace: DocumentFormat.OpenXml.VariantTypes
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "lBound")> _
Public Property LowerBounds As Int32Value
Get
Set
'Usage
Dim instance As VTArray
Dim value As Int32Value
value = instance.LowerBounds
instance.LowerBounds = value
[SchemaAttrAttribute(, "lBound")]
public Int32Value LowerBounds { 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 lBounds attribute specifies the lower 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.