Class AreaVPtg


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

      • AreaVPtg

        protected AreaVPtg()
      • AreaVPtg

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