aspose.cells

Class CellValueType

Utility class containing constants. Specifies a cell value type.

Field Summary
const  NumberIS_BOOL
Cell value is boolean.
const  NumberIS_DATE_TIME
Cell value is datetime.
const  NumberIS_ERROR
Cell contains error value
const  NumberIS_NULL
Blank cell.
const  NumberIS_NUMERIC
Cell value is numeric.
const  NumberIS_STRING
Cell value is string.
const  NumberIS_UNKNOWN
Cell value type is unknown.
 

    • Field Detail

      • IS_BOOL

        const Number IS_BOOL
        Cell value is boolean.
      • IS_DATE_TIME

        const Number IS_DATE_TIME
        Cell value is datetime.
      • IS_ERROR

        const Number IS_ERROR
        Cell contains error value
      • IS_NULL

        const Number IS_NULL
        Blank cell.
      • IS_NUMERIC

        const Number IS_NUMERIC
        Cell value is numeric.
      • IS_STRING

        const Number IS_STRING
        Cell value is string.
      • IS_UNKNOWN

        const Number IS_UNKNOWN
        Cell value type is unknown.