次の方法で共有


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

フィールド

名前 説明
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()

適用対象