Uses of Class
com.jxcell.CellRef

Packages that use CellRef
com.jxcell   
 

Uses of CellRef in com.jxcell
 

Methods in com.jxcell that return CellRef
 CellRef View.getActiveCell()
          Returns the row and column coordinates of the active cell The active cell is the cell in which the cursor is currently located.
 CellRef View.twipsToRC(int x, int y)
          Converts a point in a worksheet, as specified by a set of coordinates, to the corresponding row and column at which the point is located.