com.spire.xls.core.spreadsheet
Interface ISparkline

All Known Implementing Classes:
Sparkline

public interface ISparkline


Method Summary
 int getColumn()
          Gets the column index of a sparkline.
 CellRange getDataRange()
          Represents the data range of the sparkline.
 CellRange getRefRange()
          Represents the reference range of the sparkline.
 int getRow()
          Gets the row index of a sparkline.
 void setRefRange(CellRange value)
           
 

Method Detail

getDataRange

CellRange getDataRange()
Represents the data range of the sparkline.

Throws:
java.lang.Exception - cref="ArgumentOutOfRange" if the value.Rows.Length is not equal to 1.

getRefRange

CellRange getRefRange()
Represents the reference range of the sparkline.


setRefRange

void setRefRange(CellRange value)

getColumn

int getColumn()
Gets the column index of a sparkline.


getRow

int getRow()
Gets the row index of a sparkline.