Uses of Enum Class
org.apache.poi.ss.util.CellReference.NameType
Packages that use CellReference.NameType
-
Uses of CellReference.NameType in org.apache.poi.ss.util
Methods in org.apache.poi.ss.util that return CellReference.NameTypeModifier and TypeMethodDescriptionstatic CellReference.NameType
CellReference.classifyCellReference
(String str, SpreadsheetVersion ssVersion) Classifies an identifier as either a simple (2D) cell reference or a named range namestatic CellReference.NameType
Returns the enum constant of this class with the specified name.static CellReference.NameType[]
CellReference.NameType.values()
Returns an array containing the constants of this enum class, in the order they are declared.