Class NumberReference
java.lang.Object
com.independentsoft.office.charts.NumberReference
The Class NumberReference.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the formula.Gets the number cache.voidsetFormula(String formula)Sets the formula.voidsetNumberCache(NumberCache numberCache)Sets the number cache.toString()
-
Constructor Details
-
NumberReference
public NumberReference()Instantiates a new number reference.
-
-
Method Details
-
clone
-
toString
-
getFormula
Gets the formula.- Returns:
- the formula
-
setFormula
Sets the formula.- Parameters:
formula- the new formula
-
getNumberCache
Gets the number cache.- Returns:
- the number cache
-
setNumberCache
Sets the number cache.- Parameters:
numberCache- the new number cache
-