Class ColRangeNode

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

public final class ColRangeNode extends AstNode
  • Field Details

    • book

      public String book
    • sheetA

      public String sheetA
    • sheetB

      public String sheetB
    • c1

      public int c1
    • c2

      public int c2
    • abs1

      public boolean abs1
    • abs2

      public boolean abs2
  • Constructor Details

    • ColRangeNode

      public ColRangeNode()