Package io.keikai.model
Interface SName
- All Superinterfaces:
FormulaContent
- All Known Implementing Classes:
AbstractNameAdv,NameImpl,TableNameImpl
A named range (or defined name) which refer to a region.
- Since:
- 3.5.0
- Author:
- dennis
-
Method Summary
Modifier and TypeMethodDescriptiongetBook()getId()getName()voidsetApplyToSheetName(String name) voidsetRefersToFormula(String refersExpr) Methods inherited from interface io.keikai.model.FormulaContent
clearFormulaResultCache, isFormulaParsingError
-
Method Details
-
getId
String getId() -
getName
String getName() -
getBook
SBook getBook() -
getRefersToSheetName
String getRefersToSheetName() -
getRefersToCellRegion
CellRegion getRefersToCellRegion() -
getRefersToFormula
String getRefersToFormula() -
setRefersToFormula
-
getApplyToSheetName
String getApplyToSheetName() -
setApplyToSheetName
-