public class CalculationCell
Property Getters/Setters Summary | ||
---|---|---|
Cell | getCell() | |
Gets the Cell object which is being calculated.
|
||
int | getCellColumn() | |
Gets the column index of the cell.
|
||
int | getCellRow() | |
Gets the row index of the cell.
|
||
Workbook | getWorkbook() | |
Gets the Workbook object.
|
||
Worksheet | getWorksheet() | |
Gets the Worksheet object where the cell is in.
|
Method Summary | ||
---|---|---|
void | setCalculatedValue(java.lang.Object v) | |
Sets the calculated value for the cell.
|
public Workbook getWorkbook()
public Worksheet getWorksheet()
public int getCellRow()
public int getCellColumn()
public Cell getCell()