|
Syntax
- void gotoStart
();
Description
points the cursor to a single cell which is
the beginning of a contiguous series of cells.
Syntax
- void gotoEnd
();
Description
points the cursor to a single cell which
is the end of a contiguous series of cells.
Syntax
- void gotoNext
();
Description
points the cursor to the next unprotected cell.
If the sheet is not protected, this is the next cell
to the right.
Syntax
- void gotoPrevious
();
Description
points the cursor to the previous unprotected cell.
If the sheet is not protected, this is the next cell
to the left.
Syntax
- void gotoOffset
(
- long nColumnOffset,
- long nRowOffset );
Description
points the cursor to cells off-set by
a specified number of columns and rows from those
to which it currently points.
|