Share via


ArrayValueType Enum

Definition

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

ArrayValueType(String)

Creates a new ArrayValueType enum instance

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".

B 2

b.

When the item is serialized out as xml, its value is "b".

B

b.

When the item is serialized out as xml, its value is "b".

D 0

d.

When the item is serialized out as xml, its value is "d".

D

d.

When the item is serialized out as xml, its value is "d".

E 3

e.

When the item is serialized out as xml, its value is "e".

E

e.

When the item is serialized out as xml, its value is "e".

Equals(ArrayValueType)
Equals(Object)
GetHashCode()
I 1

i.

When the item is serialized out as xml, its value is "i".

I

i.

When the item is serialized out as xml, its value is "i".

Equality(ArrayValueType, ArrayValueType)
Inequality(ArrayValueType, ArrayValueType)
R 5

r.

When the item is serialized out as xml, its value is "r".

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".

S 4

s.

When the item is serialized out as xml, its value is "s".

ToString()
IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<ArrayValueType>.Create(String)

Applies to