public interface ChartTextSource
Modifier and Type | Method and Description |
---|---|
String |
getFormulaString()
Returns formula representation of the text source.
|
String |
getTextString()
Returns the text String(cached string if a reference)
|
boolean |
isReference()
Returns
true if charts text source is valid cell range. |
void |
renameSheet(String oldname,
String newname) |
boolean isReference()
true
if charts text source is valid cell range.true
if charts text source is valid cell rangeString getTextString()
String getFormulaString()
{@code
- UnsupportedOperationException} if the text source is not a
reference.Copyright © 2020. All rights reserved.