Cell.CellType Enumeration

PicoXLSX

PicoXLSX

CellCellType Enumeration

Enum defines the basic data types of a cell

Namespace:  PicoXLSX
Assembly:  PicoXLSX (in PicoXLSX.dll) Version: 2.4.0.0 (2.4.0)
Syntax
C#
public enum CellType
Members
  Member nameValueDescription
STRING0Type for single characters and strings
NUMBER1Type for all numeric types (long, integer and float and double)
DATE2Type for dates and times (Note: Dates before 1900-01-01 are not allowed)
BOOL3Type for boolean
FORMULA4Type for Formulas (The cell will be handled differently)
EMPTY5Type for empty cells. This type is only used for merged cells (all cells except the first of the cell range)
DEFAULT6Default Type, not specified
See Also