| Property Getters/Setters Summary | ||
|---|---|---|
function | getCalculatedValue() | |
function | setCalculatedValue(value) | |
| Gets or sets the calculated value for this function. | ||
function | getCell() | |
| Gets the Cell object where the function is in. | ||
function | getCellColumn() | |
| Gets the column index of the cell where the function is in. | ||
function | getCellRow() | |
| Gets the row index of the cell where the function is in. | ||
function | getFunctionName() | |
| Gets the function name to be calculated. | ||
function | getParamCount() | |
| Gets the count of parameters | ||
function | getWorkbook() | |
| Gets the Workbook object where the function is in. | ||
function | getWorksheet() | |
| Gets the Worksheet object where the function is in. | ||
| Method Summary | ||
|---|---|---|
function | getParamText(index) | |
| Gets the literal text of the parameter at given index. | ||
function | getParamValue(index) | |
| Gets the represented value object of the parameter at given index. | ||
| Property Getters/Setters Detail |
|---|
getCalculatedValue/setCalculatedValue : Object | |
function getCalculatedValue() / function setCalculatedValue(value) | |
getWorkbook : Workbook | |
function getWorkbook() | |
getWorksheet : Worksheet | |
function getWorksheet() | |
getCellRow : Number | |
function getCellRow() | |
getCellColumn : Number | |
function getCellColumn() | |
getCell : Cell | |
function getCell() | |
getFunctionName : String | |
function getFunctionName() | |
getParamCount : Number | |
function getParamCount() | |
| Method Detail |
|---|
getParamValue | |
function getParamValue(index) | |
index: Number - index of the parameter(0 based)getParamText | |
function getParamText(index) | |
index: Number - index of the parameter(0 based)