Class MultiLevelStringReference
java.lang.Object
com.independentsoft.office.charts.MultiLevelStringReference
The Class MultiLevelStringReference.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new multi level string reference. -
Method Summary
Modifier and TypeMethodDescriptionclone()getCache()Gets the cache.Gets the formula.voidsetCache(MultiLevelStringCache cache)Sets the cache.voidsetFormula(String formula)Sets the formula.toString()
-
Constructor Details
-
MultiLevelStringReference
public MultiLevelStringReference()Instantiates a new multi level string reference.
-
-
Method Details
-
clone
-
toString
-
getFormula
Gets the formula.- Returns:
- the formula
-
setFormula
Sets the formula.- Parameters:
formula- the new formula
-
getCache
Gets the cache.- Returns:
- the cache
-
setCache
Sets the cache.- Parameters:
cache- the new cache
-