ArrayBaseValues Enum  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Array Base Type Simple Type
public enum ArrayBaseValuespublic readonly struct ArrayBaseValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues>, IEquatable<DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues>type ArrayBaseValues = type ArrayBaseValues = struct
    interface IEnumValue
    interface IEnumValueFactory<ArrayBaseValues>Public Enum ArrayBaseValuesPublic Structure ArrayBaseValues
Implements IEnumValue, IEnumValueFactory(Of ArrayBaseValues), IEquatable(Of ArrayBaseValues)- Inheritance
- 
				ArrayBaseValues
- Inheritance
- 
				ArrayBaseValues
Fields
| Name | Value | Description | 
|---|---|---|
| Variant | 0 | Variant Base Type. When the item is serialized out as xml, its value is "variant". | 
| OneByteSignedInteger | 1 | 1-Byte Signed Integer Base Type. When the item is serialized out as xml, its value is "i1". | 
| TwoBytesSignedInteger | 2 | 2-Byte Signed Integer Base Type. When the item is serialized out as xml, its value is "i2". | 
| FourBytesSignedInteger | 3 | 4-Byte Signed Integer Base Type. When the item is serialized out as xml, its value is "i4". | 
| Integer | 4 | Integer Base Type. When the item is serialized out as xml, its value is "int". | 
| OneByteUnsignedInteger | 5 | 1-Byte Unsigned Integer Base Type. When the item is serialized out as xml, its value is "ui1". | 
| TwoBytesUnsignedInteger | 6 | 2-Byte Unsigned Integer Base Type. When the item is serialized out as xml, its value is "ui2". | 
| FourBytesUnsignedInteger | 7 | 4-Byte Unsigned Integer Base Type. When the item is serialized out as xml, its value is "ui4". | 
| UnsignedInteger | 8 | Unsigned Integer Base Type. When the item is serialized out as xml, its value is "uint". | 
| FourBytesReal | 9 | 4-Byte Real Number Base Type. When the item is serialized out as xml, its value is "r4". | 
| EightBytesReal | 10 | 8-Byte Real Number Base Type. When the item is serialized out as xml, its value is "r8". | 
| Decimal | 11 | Decimal Base Type. When the item is serialized out as xml, its value is "decimal". | 
| Bstr | 12 | Basic String Base Type. When the item is serialized out as xml, its value is "bstr". | 
| Date | 13 | Date and Time Base Type. When the item is serialized out as xml, its value is "date". | 
| Bool | 14 | Boolean Base Type. When the item is serialized out as xml, its value is "bool". | 
| Currency | 15 | Currency Base Type. When the item is serialized out as xml, its value is "cy". | 
| Error | 16 | Error Status Code Base Type. When the item is serialized out as xml, its value is "error". | 
| ArrayBaseValues(String) | Creates a new ArrayBaseValues enum instance | |
| Bool | Boolean Base Type. When the item is serialized out as xml, its value is "bool". | |
| Bstr | Basic String Base Type. When the item is serialized out as xml, its value is "bstr". | |
| Currency | Currency Base Type. When the item is serialized out as xml, its value is "cy". | |
| Date | Date and Time Base Type. When the item is serialized out as xml, its value is "date". | |
| Decimal | Decimal Base Type. When the item is serialized out as xml, its value is "decimal". | |
| EightBytesReal | 8-Byte Real Number Base Type. When the item is serialized out as xml, its value is "r8". | |
| Equality(ArrayBaseValues, ArrayBaseValues) | ||
| Equals(ArrayBaseValues) | ||
| Equals(Object) | ||
| Error | Error Status Code Base Type. When the item is serialized out as xml, its value is "error". | |
| FourBytesReal | 4-Byte Real Number Base Type. When the item is serialized out as xml, its value is "r4". | |
| FourBytesSignedInteger | 4-Byte Signed Integer Base Type. When the item is serialized out as xml, its value is "i4". | |
| FourBytesUnsignedInteger | 4-Byte Unsigned Integer Base Type. When the item is serialized out as xml, its value is "ui4". | |
| GetHashCode() | ||
| IEnumValue.IsValid | ||
| IEnumValue.Value | ||
| IEnumValue.Version | ||
| IEnumValueFactory<ArrayBaseValues>.Create(String) | ||
| Inequality(ArrayBaseValues, ArrayBaseValues) | ||
| Integer | Integer Base Type. When the item is serialized out as xml, its value is "int". | |
| OneByteSignedInteger | 1-Byte Signed Integer Base Type. When the item is serialized out as xml, its value is "i1". | |
| OneByteUnsignedInteger | 1-Byte Unsigned Integer Base Type. When the item is serialized out as xml, its value is "ui1". | |
| ToString() | ||
| TwoBytesSignedInteger | 2-Byte Signed Integer Base Type. When the item is serialized out as xml, its value is "i2". | |
| TwoBytesUnsignedInteger | 2-Byte Unsigned Integer Base Type. When the item is serialized out as xml, its value is "ui2". | |
| UnsignedInteger | Unsigned Integer Base Type. When the item is serialized out as xml, its value is "uint". | |
| Variant | Variant Base Type. When the item is serialized out as xml, its value is "variant". |