Class CellReference


  • public class CellReference
    extends Object
    Author:
    Avik Sengupta, Dennis Doubleday (patch to seperateRowColumns())
    • Constructor Detail

      • CellReference

        public CellReference​(String cellRef)
      • CellReference

        public CellReference​(int pRow,
                             int pCol)
      • CellReference

        public CellReference​(int pRow,
                             int pCol,
                             boolean pAbsRow,
                             boolean pAbsCol)
    • Method Detail

      • getRow

        public int getRow()
      • getCol

        public short getCol()
      • isRowAbsolute

        public boolean isRowAbsolute()
      • isColAbsolute

        public boolean isColAbsolute()
      • getSheetName

        public String getSheetName()