TdxSpreadSheetCellDataType Enum
Enumerates available data types for values that can be stored by cell objects.
#Declaration
TdxSpreadSheetCellDataType = (
cdtBlank,
cdtBoolean,
cdtError,
cdtCurrency,
cdtFloat,
cdtDateTime,
cdtInteger,
cdtString,
cdtFormula
);
#Members
Name |
---|
cdt
|
cdt
|
cdt
|
cdt
|
cdt
|
cdt
|
cdt
|
cdt
|
cdt
|
#Remarks
Options include:
Value | Description |
---|---|
cdt | A cell object is empty. |
cdt | Corresponds to a Boolean value stored by a cell object. Refer to the Tdx |
cdt | An initialized cell stores any error code except ec |
cdt | Corresponds to a Currency value stored by a cell object. Refer to the Tdx |
cdt | Corresponds to a Double value stored by a cell object. Refer to the Tdx |
cdt | Corresponds to a TDate |
cdt | Corresponds to a Longint value stored by a cell object. Refer to the Tdx |
cdt | Corresponds to a string value stored by a cell object. Refer to the Tdx |
cdt | A cell object contains a formula expression for performing calculations. Refer to the Tdx |
The TdxSpreadSheetCellDataType type is referenced by the cell object’s DataType property.