Class ArrayRecord

  • All Implemented Interfaces:
    org.apache.poi.common.Duplicatable, GenericRecord

    public final class ArrayRecord
    extends SharedValueRecordBase
    ARRAY (0x0221)

    Treated in a similar way to SharedFormulaRecord

    • Method Detail

      • isAlwaysRecalculate

        public boolean isAlwaysRecalculate()
      • isCalculateOnOpen

        public boolean isCalculateOnOpen()
      • getFormulaTokens

        public Ptg[] getFormulaTokens()
      • 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
      • copy

        public ArrayRecord copy()
        Specified by:
        copy in interface org.apache.poi.common.Duplicatable
        Specified by:
        copy in class StandardRecord
      • getGenericProperties

        public java.util.Map<java.lang.String,​java.util.function.Supplier<?>> getGenericProperties()