[]
        
(Showing Draft Content)

ICalcContext

Interface ICalcContext


public interface ICalcContext
Represents the context of the calclation.
  • Method Summary

    Modifier and Type
    Method
    Description
    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

      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.