com.jxcell
Class RangeRef

java.lang.Object
  extended bycom.jxcell.RangeRef

public class RangeRef
extends java.lang.Object

This class provides the coordinates of a worksheet range


Method Summary
 int getCol1()
          Returns the starting column in a worksheet range.
 int getCol2()
          Returns the ending column in a worksheet range.
 int getRow1()
          Returns the starting row in a worksheet range.
 int getRow2()
          Returns the ending row in a worksheet range.
 void setCol1(int i)
          Sets the starting column in a worksheet range.
 void setCol2(int i)
          Sets the ending column in a worksheet range.
 void setRow1(int i)
          Sets the starting row in a worksheet range.
 void setRow2(int i)
          Sets the ending row in a worksheet range.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getCol1

public int getCol1()
Returns the starting column in a worksheet range.

Returns:
the number identifying the column

getCol2

public int getCol2()
Returns the ending column in a worksheet range.

Returns:
the number identifying the column

getRow1

public int getRow1()
Returns the starting row in a worksheet range.

Returns:
the number identifying the row

getRow2

public int getRow2()
Returns the ending row in a worksheet range.

Returns:
the number identifying the row

setCol1

public void setCol1(int i)
Sets the starting column in a worksheet range.


setCol2

public void setCol2(int i)
Sets the ending column in a worksheet range.


setRow1

public void setRow1(int i)
Sets the starting row in a worksheet range.


setRow2

public void setRow2(int i)
Sets the ending row in a worksheet range.