Share via


ArrayValueType 枚举

定义

定义 ArrayValueType 枚举。

[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)
继承
ArrayValueType
继承
ArrayValueType
属性

字段

ArrayValueType(String)

创建新的 ArrayValueType 枚举实例

A 6

a.

当项序列化为 xml 时,其值为“a”。

A

a.

当项序列化为 xml 时,其值为“a”。

B 2

b.

当项序列化为 xml 时,其值为“b”。

B

b.

当项序列化为 xml 时,其值为“b”。

D 0

d.

当项序列化为 xml 时,其值为“d”。

D

d.

当项序列化为 xml 时,其值为“d”。

E 3

e.

当项序列化为 xml 时,其值为“e”。

E

e.

当项序列化为 xml 时,其值为“e”。

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

i.

当项序列化为 xml 时,其值为“i”。

I

i.

当项序列化为 xml 时,其值为“i”。

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

R。

将项序列化为 xml 时,其值为“r”。

R

R。

将项序列化为 xml 时,其值为“r”。

S

s.

将项序列化为 xml 时,其值为“s”。

S 4

s.

将项序列化为 xml 时,其值为“s”。

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

适用于