VTArray.BaseType Property
Array Base Type.Represents the attribte in schema: baseType
Namespace: DocumentFormat.OpenXml.VariantTypes
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "baseType")> _
Public Property BaseType As EnumValue(Of ArrayBaseValues)
Get
Set
'Usage
Dim instance As VTArray
Dim value As EnumValue(Of ArrayBaseValues)
value = instance.BaseType
instance.BaseType = value
[SchemaAttrAttribute(, "baseType")]
public EnumValue<ArrayBaseValues> BaseType { get; set; }
Property Value
Type: DocumentFormat.OpenXml.EnumValue<ArrayBaseValues>
Returns EnumValue<T>.
Remarks
The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.
The baseType attribute specifies the base variant type of an array.
The allowed values are: variant, i1, i2, i4, int, ui1, ui2, ui4, uint, r4, r8, decimal, bstr, date, bool, cy, and error.
The possible values for this attribute are defined by the ST_ArrayBaseType simple type.