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