aspose.cells

Class CellValueType

Utility class containing constants. Specifies a cell value type.

Field Summary
const  NumberIS_UNKNOWN
Cell value type is unknown.
const  NumberIS_NULL
Blank cell. Corresponding value should be null.
const  NumberIS_NUMERIC
Cell value is numeric. Corresponding value must be int or double.
const  NumberIS_DATE_TIME
Cell value is datetime. Corresponding value must be DateTime.
const  NumberIS_STRING
Cell value is string. Corresponding value must be string.
const  NumberIS_BOOL
Cell value is boolean. Corresponding value must be bool.
const  NumberIS_ERROR
Cell contains error value. Corresponding value must be error string.
 

    • Field Detail

      • IS_UNKNOWN

        const Number IS_UNKNOWN
        Cell value type is unknown.
      • IS_NULL

        const Number IS_NULL
        Blank cell. Corresponding value should be null.
      • IS_NUMERIC

        const Number IS_NUMERIC
        Cell value is numeric. Corresponding value must be int or double.
      • IS_DATE_TIME

        const Number IS_DATE_TIME
        Cell value is datetime. Corresponding value must be DateTime.
      • IS_STRING

        const Number IS_STRING
        Cell value is string. Corresponding value must be string.
      • IS_BOOL

        const Number IS_BOOL
        Cell value is boolean. Corresponding value must be bool.
      • IS_ERROR

        const Number IS_ERROR
        Cell contains error value. Corresponding value must be error string.