[]
Represents the context of the calclation.
public interface ICalcContext
Get the column index of the cell which is calculating.
int Column { get; }
Get the row index of the cell which is calculating.
int Row { get; }
Get the IWorksheet that contains the cell which is calculating.
IWorksheet Worksheet { get; }