Class CellRefNode

java.lang.Object
com.independentsoft.calc.parsing.AstNode
com.independentsoft.calc.parsing.CellRefNode

public final class CellRefNode extends AstNode
  • Field Details

    • book

      public String book
    • sheetA

      public String sheetA
    • sheetB

      public String sheetB
    • col

      public int col
    • row

      public int row
    • absCol

      public boolean absCol
    • absRow

      public boolean absRow
  • Constructor Details

    • CellRefNode

      public CellRefNode()