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)
  • Field Details

  • Constructor Details

    • AreaVPtg

      protected AreaVPtg()
    • AreaVPtg

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

      public AreaVPtg(RecordInputStream in)
  • Method Details