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

  • Constructor Details

    • AreaAPtg

      protected AreaAPtg()
    • AreaAPtg

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

      public AreaAPtg(RecordInputStream in)
  • Method Details