SXVCellType Enum
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
定义 SXVCellType 枚举。
public enum SXVCellType
[DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2013)]
public enum SXVCellType
public readonly struct SXVCellType : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Office2013.Excel.SXVCellType>, IEquatable<DocumentFormat.OpenXml.Office2013.Excel.SXVCellType>
type SXVCellType =
[<DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2013)>]
type SXVCellType =
type SXVCellType = struct
interface IEnumValue
interface IEnumValueFactory<SXVCellType>
Public Enum SXVCellType
Public Structure SXVCellType
Implements IEnumValue, IEnumValueFactory(Of SXVCellType), IEquatable(Of SXVCellType)
- 继承
-
SXVCellType
- 继承
-
SXVCellType
- 属性
字段
| 名称 | 值 | 说明 |
|---|---|---|
| Boolean | 0 | b. 当项序列化为 xml 时,其值为“b”。 |
| Number | 1 | n. 当项序列化为 xml 时,其值为“n”。 |
| Error | 2 | e. 当项序列化为 xml 时,其值为“e”。 |
| String | 3 | str. 当项序列化为 xml 时,其值为“str”。 |
| Date | 4 | d. 当项序列化为 xml 时,其值为“d”。 |
| Blank | 5 | bl. 当项序列化为 xml 时,其值为“bl”。 |
| Blank | bl. 当项序列化为 xml 时,其值为“bl”。 |
|
| Boolean | b. 当项序列化为 xml 时,其值为“b”。 |
|
| Date | d. 当项序列化为 xml 时,其值为“d”。 |
|
| Equality(SXVCellType, SXVCellType) | ||
| Equals(Object) | ||
| Equals(SXVCellType) | ||
| Error | e. 当项序列化为 xml 时,其值为“e”。 |
|
| GetHashCode() | ||
| IEnumValue.IsValid | ||
| IEnumValue.Value | ||
| IEnumValue.Version | ||
| IEnumValueFactory<SXVCellType>.Create(String) | ||
| Inequality(SXVCellType, SXVCellType) | ||
| Number | n. 当项序列化为 xml 时,其值为“n”。 |
|
| String | str. 当项序列化为 xml 时,其值为“str”。 |
|
| SXVCellType(String) | 创建新的 SXVCellType 枚举实例 |
|
| ToString() |