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