Interface ICalcContext
public interface ICalcContext
Represents the context of the calclation.
-
Method Summary
int
Get the column index of the cell which is calculating.
int
Get the row index of the cell which is calculating.
Get the IWorksheet that contains the cell which is calculating.
-
Method Details
-
getWorksheet
Get the IWorksheet that contains the cell which is calculating.
-
getRow
int getRow()
Get the row index of the cell which is calculating.
-
getColumn
int getColumn()
Get the column index of the cell which is calculating.