Methods' Details |
gotoStart
- Description
- points the cursor to a single cell which is the beginning of a
contiguous series of (filled) cells.
|
|
gotoEnd
- Description
- points the cursor to a single cell which is the end of a contiguous
series of (filled) cells.
|
|
gotoNext
- Description
- points the cursor to the next unprotected cell.
If the sheet is not protected, this is the next cell to the
right.
|
|
gotoPrevious
- Description
- points the cursor to the previous unprotected cell.
If the sheet is not protected, this is the next cell to the
left.
|
|
gotoOffset
void |
gotoOffset( |
[in] long |
nColumnOffset, |
| [in] long |
nRowOffset ); |
- Description
- moves the origin of the cursor relative to the current position.
- Parameter nColumnOffset
- is the count of columns to move. A negative value moves the
cursor to the left.
- Parameter nRowOffset
- is the count of rows to move. A negative value moves the
cursor to the top.
|
|
Copyright © 1995, 2012, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.