ArrayValueType Enum
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
定义 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
- 属性
字段
| 名称 | 值 | 说明 |
|---|---|---|
| D | 0 | d. 当项序列化为 xml 时,其值为“d”。 |
| I | 1 | i. 当项序列化为 xml 时,其值为“i”。 |
| B | 2 | b. 当项序列化为 xml 时,其值为“b”。 |
| E | 3 | e. 当项序列化为 xml 时,其值为“e”。 |
| S | 4 | s. 将项序列化为 xml 时,其值为“s”。 |
| R | 5 | r. 将项序列化为 xml 时,其值为“r”。 |
| A | 6 | a. 当项序列化为 xml 时,其值为“a”。 |
| A | a. 当项序列化为 xml 时,其值为“a”。 |
|
| ArrayValueType(String) | 创建新的 ArrayValueType 枚举实例 |
|
| B | b. 当项序列化为 xml 时,其值为“b”。 |
|
| D | d. 当项序列化为 xml 时,其值为“d”。 |
|
| E | e. 当项序列化为 xml 时,其值为“e”。 |
|
| Equality(ArrayValueType, ArrayValueType) | ||
| Equals(ArrayValueType) | ||
| Equals(Object) | ||
| GetHashCode() | ||
| I | i. 当项序列化为 xml 时,其值为“i”。 |
|
| IEnumValue.IsValid | ||
| IEnumValue.Value | ||
| IEnumValue.Version | ||
| IEnumValueFactory<ArrayValueType>.Create(String) | ||
| Inequality(ArrayValueType, ArrayValueType) | ||
| R | r. 将项序列化为 xml 时,其值为“r”。 |
|
| S | s. 将项序列化为 xml 时,其值为“s”。 |
|
| ToString() |