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