org.apache.poi.ss.util
Class CellReference.NameType
java.lang.Object
org.apache.poi.ss.util.CellReference.NameType
- Enclosing class:
- CellReference
public static class CellReference.NameType
- extends java.lang.Object
Used to classify identifiers found in formulas as cell references or not.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CELL
public static final CellReference.NameType CELL
NAMED_RANGE
public static final CellReference.NameType NAMED_RANGE
COLUMN
public static final CellReference.NameType COLUMN
ROW
public static final CellReference.NameType ROW
BAD_CELL_OR_NAMED_RANGE
public static final CellReference.NameType BAD_CELL_OR_NAMED_RANGE
CellReference.NameType
public CellReference.NameType()