Freigeben über


ArrayValueType Enum

Definition

Definiert die 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)
Vererbung
ArrayValueType
Vererbung
ArrayValueType
Attribute

Felder

Name Wert Beschreibung
D 0

d.

Wenn das Element als xml serialisiert wird, ist sein Wert "d".

I 1

i.

Wenn das Element als xml serialisiert wird, ist sein Wert "i".

B 2

b.

Wenn das Element als xml serialisiert wird, ist sein Wert "b".

E 3

e.

Wenn das Element als xml serialisiert wird, ist sein Wert "e".

S 4

s.

Wenn das Element als xml serialisiert wird, ist sein Wert "s".

R 5

r.

Wenn das Element als xml serialisiert wird, ist sein Wert "r".

A 6

a.

Wenn das Element als xml serialisiert wird, ist sein Wert "a".

A

a.

Wenn das Element als xml serialisiert wird, ist sein Wert "a".

ArrayValueType(String)

Erstellt eine neue ArrayValueType-Enumeration instance

B

b.

Wenn das Element als xml serialisiert wird, ist sein Wert "b".

D

d.

Wenn das Element als xml serialisiert wird, ist sein Wert "d".

E

e.

Wenn das Element als xml serialisiert wird, ist sein Wert "e".

Equality(ArrayValueType, ArrayValueType)
Equals(ArrayValueType)
Equals(Object)
GetHashCode()
I

i.

Wenn das Element als xml serialisiert wird, ist sein Wert "i".

IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<ArrayValueType>.Create(String)
Inequality(ArrayValueType, ArrayValueType)
R

r.

Wenn das Element als xml serialisiert wird, ist sein Wert "r".

S

s.

Wenn das Element als xml serialisiert wird, ist sein Wert "s".

ToString()

Gilt für: