com.jxcell
Class CellRef

java.lang.Object
  extended bycom.jxcell.CellRef

public class CellRef
extends java.lang.Object

This class provides the number of the active row and the active column in the worksheet


Method Summary
 int getCol()
          Gets the active column in the worksheet
 int getRow()
          Gets the active row in the worksheet
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getCol

public int getCol()
Gets the active column in the worksheet

Returns:
the number identifying the column

getRow

public int getRow()
Gets the active row in the worksheet

Returns:
the number identifying the row