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.
|
function getCalculatedValue() / function setCalculatedValue(value)
function getWorkbook()
function getWorksheet()
function getCellRow()
function getCellColumn()
function getCell()
function getFunctionName()
function getParamCount()
function getParamValue(index)
index: Number
- index of the parameter(0 based)function getParamText(index)
index: Number
- index of the parameter(0 based)