ArrayValueType 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.
Defines the ArrayValueType enumeration.
[DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2019)]
public enum ArrayValueType
public enum ArrayValueType
public readonly struct ArrayValueType : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayValueType>, IEquatable<DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayValueType>
[<DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2019)>]
type ArrayValueType =
type ArrayValueType =
type ArrayValueType = struct
interface IEnumValue
interface IEnumValueFactory<ArrayValueType>
Public Enum ArrayValueType
Public Structure ArrayValueType
Implements IEnumValue, IEnumValueFactory(Of ArrayValueType), IEquatable(Of ArrayValueType)
- Inheritance
-
ArrayValueType
- Inheritance
-
ArrayValueType
- Attributes
Fields
Name | Value | Description |
---|---|---|
D | 0 | d. When the item is serialized out as xml, its value is "d". |
I | 1 | i. When the item is serialized out as xml, its value is "i". |
B | 2 | b. When the item is serialized out as xml, its value is "b". |
E | 3 | e. When the item is serialized out as xml, its value is "e". |
S | 4 | s. When the item is serialized out as xml, its value is "s". |
R | 5 | r. When the item is serialized out as xml, its value is "r". |
A | 6 | a. When the item is serialized out as xml, its value is "a". |
A | a. When the item is serialized out as xml, its value is "a". |
|
ArrayValueType(String) | Creates a new ArrayValueType enum instance |
|
B | b. When the item is serialized out as xml, its value is "b". |
|
D | d. When the item is serialized out as xml, its value is "d". |
|
E | e. When the item is serialized out as xml, its value is "e". |
|
Equality(ArrayValueType, ArrayValueType) | ||
Equals(ArrayValueType) | ||
Equals(Object) | ||
GetHashCode() | ||
I | i. When the item is serialized out as xml, its value is "i". |
|
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<ArrayValueType>.Create(String) | ||
Inequality(ArrayValueType, ArrayValueType) | ||
R | r. When the item is serialized out as xml, its value is "r". |
|
S | s. When the item is serialized out as xml, its value is "s". |
|
ToString() |