| 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. | ||
| Property Getters/Setters Detail |
|---|
getWorkbook : Workbook | |
function getWorkbook() | |
getWorksheet : Worksheet | |
function getWorksheet() | |
getCellRow : Number | |
function getCellRow() | |
getCellColumn : Number | |
function getCellColumn() | |
getCell : Cell | |
function getCell() | |
| Method Detail |
|---|
setCalculatedValue | |
function setCalculatedValue(v) | |