| Type: | Cell attribute |
| Description: | The data type of the table cell. |
| Data Type: | integer |
| Default Value: | VAL_DOUBLE |
Values
| VAL_CHAR | A single byte character. |
| VAL_DOUBLE | An 8 byte floating point value. |
| VAL_FLOAT | A 4 byte floating point value. |
| VAL_INTEGER | A 4 byte integer. |
| VAL_SHORT_INTEGER | A 2 byte integer. |
| VAL_UNSIGNED_CHAR | An unsigned single byte character. |
| VAL_UNSIGNED_INTEGER | An unsigned 4 byte integer. |
| VAL_UNSIGNED_SHORT_INTEGER | An unsigned 2 byte integer. |