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