Line 98
Link Here
|
|
|
98 |
* @author Brian Sanders (kestrel at burdell dot org) Active Cell support |
Line 975
Link Here
|
|
|
976 |
} |
977 |
|
978 |
/** |
979 |
* Sets this cell as the active cell for the worksheet |
980 |
*/ |
981 |
public void setAsActiveCell() |
982 |
{ |
983 |
this.sheet.setActiveCellRow(this.row); |
984 |
this.sheet.setActiveCellCol(this.cellNum); |