asposecells.api
Class CellValueType

Utility class containing constants. Specifies a cell value type.

Field Summary
const  intIS_BOOL
           Cell value is boolean.
const  intIS_DATE_TIME
           Cell value is datetime.
const  intIS_ERROR
           Cell contains error value
const  intIS_NULL
           Blank cell.
const  intIS_NUMERIC
           Cell value is numeric.
const  intIS_STRING
           Cell value is string.
const  intIS_UNKNOWN
           Cell value type is unknown.
 

Field Detail

IS_BOOL

const int IS_BOOL
Cell value is boolean.

IS_DATE_TIME

const int IS_DATE_TIME
Cell value is datetime.

IS_ERROR

const int IS_ERROR
Cell contains error value

IS_NULL

const int IS_NULL
Blank cell.

IS_NUMERIC

const int IS_NUMERIC
Cell value is numeric.

IS_STRING

const int IS_STRING
Cell value is string.

IS_UNKNOWN

const int IS_UNKNOWN
Cell value type is unknown.

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cellss Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.