java.lang.Object
com.aspose.cells.CellValueType
public class CellValueType
- extends java.lang.Object
Utility class containing constants.
Specifies a cell value type.
Field Summary |
static final int | IS_BOOL | |
Cell value is boolean.
|
static final int | IS_DATE_TIME | |
Cell value is datetime.
|
static final int | IS_ERROR | |
Cell contains error value
|
static final int | IS_NULL | |
Blank cell.
|
static final int | IS_NUMERIC | |
Cell value is numeric.
|
static final int | IS_STRING | |
Cell value is string.
|
static final int | IS_UNKNOWN | |
Cell value type is unknown.
|
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.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.