Class X14Sparkline
java.lang.Object
com.independentsoft.office.spreadsheet.extensions.X14Sparkline
Represents a single sparkline (x14:sparkline element).
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the data range formula (xm:f element).Gets the cell the sparkline is displayed in (xm:sqref element).voidsetFormula(String formula)Sets the data range formula (xm:f element).voidsetReference(String reference)Sets the cell the sparkline is displayed in (xm:sqref element).toString()
-
Constructor Details
-
X14Sparkline
public X14Sparkline()Instantiates a new x14 sparkline.
-
-
Method Details
-
clone
-
toString
-
getFormula
Gets the data range formula (xm:f element).- Returns:
- the data range formula
-
setFormula
Sets the data range formula (xm:f element).- Parameters:
formula- the new data range formula
-
getReference
Gets the cell the sparkline is displayed in (xm:sqref element).- Returns:
- the cell the sparkline is displayed in
-
setReference
Sets the cell the sparkline is displayed in (xm:sqref element).- Parameters:
reference- the new cell the sparkline is displayed in
-