The CellType enumeration is used to determine cell type.
Used by the following property:
Value | Brief description |
NuCellTypeNoType | The type is undefined. |
NuCellTypeTextCell | The cell displays a text value. |
NuCellTypeIntegerCell | The cell displays an integer value. |
NuCellTypeFloatCell | The cell displays a real value. |
NuCellTypeDateCell | The cell displays a date. |
NuCellTypePercentageCell | The cell displays a percentage. |
NuCellTypeRubCell | The cell displays a currency value in rubles. |
NuCellTypeDollarCell | The cell displays a currency value in dollars. |
See also: