|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.poi.hssf.util.CellReference.NameType
public static final class CellReference.NameType
Used to classify identifiers found in formulas as cell references or not.
Field Summary | |
---|---|
static int |
BAD_CELL_OR_NAMED_RANGE
|
static int |
CELL
|
static int |
COLUMN
|
static int |
NAMED_RANGE
|
Constructor Summary | |
---|---|
CellReference.NameType()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int CELL
public static final int NAMED_RANGE
public static final int COLUMN
public static final int BAD_CELL_OR_NAMED_RANGE
Constructor Detail |
---|
public CellReference.NameType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |