TabSheetCellValueType

Namespace: PP.Ui

Description

The TabSheetCellValueType enumeration defines type of value in table model cell.

It is used by the TabSheetCell.ValueType property.

Available Values

Value

Brief description

0

Unknown. Value type is not defined.

1

Char. Character type.

2

String. String type.

3

Integer. Integer type.

4

Double. Floating-point double precision type.

5

Date. Date.

6

Boolean. Boolean type.

7

Matrix. Matrix.

8

Object. Object type.

9

Null. Null data type (no value is available).

10

Variant. Universal type.

11

Decimal. Decimal type.

12

Currency. Currency.

Seebsp;also:

Table