Class AreaAPtg


  • public class AreaAPtg
    extends AreaPtg
    Specifies a rectangular area of cells A1:A4 for instance.
    Author:
    Jason Height (jheight at chariot dot net dot au)
    • Constructor Detail

      • AreaAPtg

        protected AreaAPtg()
      • AreaAPtg

        public AreaAPtg​(short firstRow,
                        short lastRow,
                        short firstColumn,
                        short lastColumn,
                        boolean firstRowRelative,
                        boolean lastRowRelative,
                        boolean firstColRelative,
                        boolean lastColRelative)