com.jxcell
Class CellRef

java.lang.Object
  extended by com.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


Constructor Summary
CellRef(int pn, int row1, int col1)
          set cellRef value
 
Method Summary
 int getCol()
          Gets the active column in the worksheet
 int getPane()
          get the active pane
 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
 

Constructor Detail

CellRef

public CellRef(int pn,
               int row1,
               int col1)
set cellRef value

Parameters:
pn - Pane index
row1 - row
col1 - col
Method Detail

getCol

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

Returns:
the number identifying the column

getPane

public int getPane()
get the active pane

Returns:
active pane

getRow

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

Returns:
the number identifying the row