Class CalcCountRecord

  • All Implemented Interfaces:
    java.lang.Cloneable

    public final class CalcCountRecord
    extends StandardRecord
    implements java.lang.Cloneable
    Title: Calc Count Record Description: Specifies the maximum times the gui should perform a formula recalculation. For instance: in the case a formula includes cells that are themselves a result of a formula and a value changes. This is essentially a failsafe against an infinate loop in the event the formulas are not independant.

    REFERENCE: PG 292 Microsoft Excel 97 Developer's Kit (ISBN: 1-57231-498-2)

    See Also:
    CalcModeRecord
    • Constructor Detail

      • CalcCountRecord

        public CalcCountRecord()
    • Method Detail

      • setIterations

        public void setIterations​(short iterations)
        set the number of iterations to perform
        Parameters:
        iterations - to perform
      • getIterations

        public short getIterations()
        get the number of iterations to perform
        Returns:
        iterations
      • toString

        public java.lang.String toString()
        Description copied from class: Record
        get a string representation of the record (for biffview/debugging)
        Overrides:
        toString in class Record
      • getSid

        public short getSid()
        Description copied from class: Record
        return the non static version of the id for this record.
        Specified by:
        getSid in class Record
        Returns:
        he id for this record