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.11.3+Branch.master.Sha.3fcdea311b5a001803ff150de35c25fd4cd62f93.3fcdea311b5a001803ff150de35c25fd4cd62f93
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