Class SaveRecalcRecord


  • public final class SaveRecalcRecord
    extends StandardRecord
    Title: Save Recalc Record

    Description: defines whether to recalculate before saving (set to true)

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

    • Constructor Detail

      • SaveRecalcRecord

        public SaveRecalcRecord()
    • Method Detail

      • setRecalc

        public void setRecalc​(boolean recalc)
        set whether to recalculate formulas/etc before saving or not
        Parameters:
        recalc - - whether to recalculate or not
      • getRecalc

        public boolean getRecalc()
        get whether to recalculate formulas/etc before saving or not
        Returns:
        recalc - whether to recalculate or not
      • 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
      • clone

        public java.lang.Object clone()
        Overrides:
        clone in class Record