Uses of Class
org.apache.poi.ss.util.CellReference.NameType

Packages that use CellReference.NameType
org.apache.poi.ss.util   
 

Uses of CellReference.NameType in org.apache.poi.ss.util
 

Fields in org.apache.poi.ss.util declared as CellReference.NameType
static CellReference.NameType CellReference.NameType.BAD_CELL_OR_NAMED_RANGE
           
static CellReference.NameType CellReference.NameType.CELL
           
static CellReference.NameType CellReference.NameType.COLUMN
           
static CellReference.NameType CellReference.NameType.NAMED_RANGE
           
static CellReference.NameType CellReference.NameType.ROW
           
 

Methods in org.apache.poi.ss.util that return CellReference.NameType
static CellReference.NameType CellReference.classifyCellReference(java.lang.String str, SpreadsheetVersion ssVersion)
          Classifies an identifier as either a simple (2D) cell reference or a named range name