接口 ICalcContext
public interface ICalcContext
Represents the context of the calclation.
-
方法概要
修饰符和类型方法说明int
Get the column index of the cell which is calculating.int
getRow()
Get the row index of the cell which is calculating.Get the IWorksheet that contains the cell which is calculating.
-
方法详细资料
-
getWorksheet
IWorksheet 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.
-