Share via


SXVCellType 枚举

定义

定义 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
属性

字段

SXVCellType(String)

创建新的 SXVCellType 枚举实例

Blank 5

bl.

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

Blank

bl.

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

Boolean 0

b.

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

Boolean

b.

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

Date 4

d.

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

Date

d.

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

Equals(Object)
Equals(SXVCellType)
Error 2

e.

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

Error

e.

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

GetHashCode()
Number 1

n.

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

Number

n.

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

Equality(SXVCellType, SXVCellType)
Inequality(SXVCellType, SXVCellType)
String

Str。

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

String 3

Str。

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

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

适用于