Methods' Details |
getRangeName
- Returns
-
the name of the cell range that is selected by this cursor.
The name is the cell name of the top left table cell of the range
contatenated by ':' with the table cell name of the bottom left table cell of the cell range.
If the range consists of one table cell only then the name of that table cell is returned.
|
|
gotoCellByName
boolean
gotoCellByName( |
[in] string
[in] boolean |
aCellName,
bExpand ); |
- Description
- moves the cursor to the cell with the specified name.
|
|
goLeft
boolean
goLeft( |
[in] short
[in] boolean |
nCount,
bExpand ); |
- Description
- moves the cursor to the left neighbor.
|
|
goRight
boolean
goRight( |
[in] short
[in] boolean |
nCount,
bExpand ); |
- Description
- moves the cursor to the right neighbor.
|
|
goUp
boolean
goUp( |
[in] short
[in] boolean |
nCount,
bExpand ); |
- Description
- moves the cursor to the top neighbor.
|
|
goDown
boolean
goDown( |
[in] short
[in] boolean |
nCount,
bExpand ); |
- Description
- moves the cursor to the bottom neighbor cell.
|
|
gotoStart
void
gotoStart( |
[in] boolean |
bExpand ); |
- Description
- moves the cursor to the top left cell of the table.
|
|
gotoEnd
void
gotoEnd( |
[in] boolean |
bExpand ); |
- Description
- moves the cursor to the bottom right cell of the table.
|
|
mergeRange
- Description
- merges the selected range of cells.
|
|
splitRange
boolean
splitRange( |
[in] short
[in] boolean |
Count,
Horizontal ); |
- Description
- splits the range of cells. The count specifies the number of new cells
that will be created for each cell contained in the range.
|
|
Copyright © 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.