Package org.apache.poi.ss.formula
Interface EvaluationName
-
public interface EvaluationName
Abstracts a name record for formula evaluation.
For POI internal use only
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NamePtg
createPtg()
Ptg[]
getNameDefinition()
java.lang.String
getNameText()
boolean
hasFormula()
boolean
isFunctionName()
boolean
isRange()
-