次の方法で共有


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)

適用対象