Class LazyRefEval

    • Method Detail

      • getInnerValueEval

        public ValueEval getInnerValueEval​(int sheetIndex)
        Returns:
        the evaluated value of the cell referred to by this RefEval on the given sheet
      • offset

        public AreaEval offset​(int relFirstRowIx,
                               int relLastRowIx,
                               int relFirstColIx,
                               int relLastColIx)
        Description copied from interface: RefEval
        Creates an AreaEval offset by a relative amount from this RefEval
      • isSubTotal

        public boolean isSubTotal()
        Returns:
        true if the cell is a subtotal
      • isRowHidden

        public boolean isRowHidden()
        Returns:
        whether the row at rowIndex is hidden