com.aspose.cells
Class CellValueType

java.lang.Object
    extended by com.aspose.cells.CellValueType

public class CellValueType 
extends java.lang.Object

Utility class containing constants. Specifies a cell value type.

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

Field Detail

IS_BOOL

public static final int IS_BOOL
Cell value is boolean.

IS_DATE_TIME

public static final int IS_DATE_TIME
Cell value is datetime.

IS_ERROR

public static final int IS_ERROR
Cell contains error value

IS_NULL

public static final int IS_NULL
Blank cell.

IS_NUMERIC

public static final int IS_NUMERIC
Cell value is numeric.

IS_STRING

public static final int IS_STRING
Cell value is string.

IS_UNKNOWN

public static final 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.