|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jxcell.RangeRef
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 |
public int getCol1()
public int getCol2()
public int getRow1()
public int getRow2()
public void setCol1(int i)
public void setCol2(int i)
public void setRow1(int i)
public void setRow2(int i)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |