Click or drag to resize

SXVCellType Enumeration

Defines the SXVCellType enumeration.

Namespace: DocumentFormat.OpenXml.Office2013.Excel
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.20.0+Branch.release-v2.20.0.Sha.a873d3fbff9bffe179fea62486da950adf5be65d.a873d3fbff9bffe179fea62486da950adf5be65d
Syntax
public enum SXVCellType
Members
Member nameValueDescription
Boolean0 b.

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

Number1 n.

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

Error2 e.

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

String3 str.

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

Date4 d.

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

Blank5 bl.

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

See Also