ArrayValueType Enum

Definition

Defines the ArrayValueType enumeration.

C#
[DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2019)]
public enum ArrayValueType
C#
public enum ArrayValueType
C#
public readonly struct ArrayValueType : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayValueType>, IEquatable<DocumentFormat.OpenXml.Office2019.Excel.RichData2.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()

Applies to

Product Versions
DocumentFormat.OpenXml 2.13.0, 2.13.1, 2.14.0, 2.15.0, 2.16.0, 2.17.1, 2.18.0, 2.19.0, 2.20.0, 3.0.0, 3.0.1