ArrayBaseValues Enumeration

Array Base Type Simple Type

Namespace:  DocumentFormat.OpenXml.VariantTypes
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Enumeration ArrayBaseValues
'Usage
Dim instance As ArrayBaseValues
public enum ArrayBaseValues

Members

Member name Description
Variant Variant Base Type. When the item is serialized out as xml, its value is "variant".
OneByteSignedInteger 1-Byte Signed Integer Base Type. When the item is serialized out as xml, its value is "i1".
TwoBytesSignedInteger 2-Byte Signed Integer Base Type. When the item is serialized out as xml, its value is "i2".
FourBytesSignedInteger 4-Byte Signed Integer Base Type. When the item is serialized out as xml, its value is "i4".
Integer Integer Base Type. When the item is serialized out as xml, its value is "int".
OneByteUnsignedInteger 1-Byte Unsigned Integer Base Type. When the item is serialized out as xml, its value is "ui1".
TwoBytesUnsignedInteger 2-Byte Unsigned Integer Base Type. When the item is serialized out as xml, its value is "ui2".
FourBytesUnsignedInteger 4-Byte Unsigned Integer Base Type. When the item is serialized out as xml, its value is "ui4".
UnsignedInteger Unsigned Integer Base Type. When the item is serialized out as xml, its value is "uint".
FourBytesReal 4-Byte Real Number Base Type. When the item is serialized out as xml, its value is "r4".
EightBytesReal 8-Byte Real Number Base Type. When the item is serialized out as xml, its value is "r8".
Decimal Decimal Base Type. When the item is serialized out as xml, its value is "decimal".
Bstr Basic String Base Type. When the item is serialized out as xml, its value is "bstr".
Date Date and Time Base Type. When the item is serialized out as xml, its value is "date".
Bool Boolean Base Type. When the item is serialized out as xml, its value is "bool".
Currency Curency Base Type. When the item is serialized out as xml, its value is "cy".
Error Error Status Code Base Type. When the item is serialized out as xml, its value is "error".

See Also

Reference

DocumentFormat.OpenXml.VariantTypes Namespace