xl
Class CellType
System.Object
xl.CellType
- public final class CellType
- extends System.Object
An enumeration type listing the available content types for a cell
Method Summary |
System.String |
toString()
Returns a string
description of this cell |
Methods inherited from class System.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
EMPTY
public static final CellType EMPTY
LABEL
public static final CellType LABEL
NUMBER
public static final CellType NUMBER
BOOLEAN
public static final CellType BOOLEAN
ERROR
public static final CellType ERROR
NUMBER_FORMULA
public static final CellType NUMBER_FORMULA
DATE_FORMULA
public static final CellType DATE_FORMULA
STRING_FORMULA
public static final CellType STRING_FORMULA
BOOLEAN_FORMULA
public static final CellType BOOLEAN_FORMULA
FORMULA_ERROR
public static final CellType FORMULA_ERROR
DATE
public static final CellType DATE
toString
public System.String toString()
-
Returns a string description of this cell
-
- Returns:
- the string description for this type