CellType

Description

The CellType enumeration is used to determine cell type.

Used by the following property:

Available Values

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:

Enumerations