public interface ICalcContext
| Modifier and Type | Method and Description |
|---|---|
int |
getColumn()
Get the column index of the cell which is calculating.
|
int |
getRow()
Get the row index of the cell which is calculating.
|
IWorksheet |
getWorksheet()
Get the IWorksheet that contains the cell which is calculating.
|
IWorksheet getWorksheet()
int getRow()
int getColumn()