Class NameXPxg

  • All Implemented Interfaces:
    Duplicatable, GenericRecord, Pxg

    public final class NameXPxg
    extends OperandPtg
    implements Pxg
    A Name, be that a Named Range or a Function / User Defined Function, addressed in the HSSF External Sheet style.

    This is XSSF only, as it stores the sheet / book references in String form. The HSSF equivalent using indexes is NameXPtg

    • Constructor Detail

      • NameXPxg

        public NameXPxg​(int externalWorkbookNumber,
                        String sheetName,
                        String nameName)
      • NameXPxg

        public NameXPxg​(NameXPxg other)
      • NameXPxg

        public NameXPxg​(String sheetName,
                        String nameName)
      • NameXPxg

        public NameXPxg​(String nameName)