SXVCellType Enum

Definition

Defines the SXVCellType enumeration.

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)
Inheritance
SXVCellType
Inheritance
SXVCellType
Attributes

Fields

SXVCellType(String)

Creates a new SXVCellType enum instance

Blank 5

bl.

When the item is serialized out as xml, its value is "bl".

Blank

bl.

When the item is serialized out as xml, its value is "bl".

Boolean 0

b.

When the item is serialized out as xml, its value is "b".

Boolean

b.

When the item is serialized out as xml, its value is "b".

Date 4

d.

When the item is serialized out as xml, its value is "d".

Date

d.

When the item is serialized out as xml, its value is "d".

Equals(Object)
Equals(SXVCellType)
Error 2

e.

When the item is serialized out as xml, its value is "e".

Error

e.

When the item is serialized out as xml, its value is "e".

GetHashCode()
Number 1

n.

When the item is serialized out as xml, its value is "n".

Number

n.

When the item is serialized out as xml, its value is "n".

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

str.

When the item is serialized out as xml, its value is "str".

String 3

str.

When the item is serialized out as xml, its value is "str".

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

Applies to