Class FnGroupCountRecord

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

    public final class FnGroupCountRecord
    extends StandardRecord
    umber of built in function groups in the current version of the Spreadsheet (probably only used on Windows)
    • Constructor Detail

      • FnGroupCountRecord

        public FnGroupCountRecord()
    • Method Detail

      • setCount

        public void setCount​(short count)
        set the number of built-in functions
        Parameters:
        count - - number of functions
      • getCount

        public short getCount()
        get the number of built-in functions
        Returns:
        number of built-in functions
      • 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
      • getGenericProperties

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