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