|
Syntax
- void collapseToCurrentRegion
();
Description
collapses the cursor into the region containing the cells
to which it currently points.
A region is a cell range bounded by empty cells.
Syntax
- void collapseToCurrentArray
();
Description
collapses the cursor into the range of the array formula to which
it is currently pointing.
If the cursor does not point to a range with an array formula, it
is left unchanged.
Syntax
- void collapseToMergedArea
();
Description
collapses the cursor into the range of merged cells.
If the cursor does not point to a range with merged cells, it
is left unchanged.
Syntax
- void expandToEntireColumns
();
Description
expands the cursor to include the columns of
the cells to which it is currently pointing.
Syntax
- void expandToEntireRows
();
Description
expands the cursor to include the rows of
the cells to which it is currently pointing.
Syntax
- void collapseToSize
(
- long nColumns,
- long nRows );
Description
changes the size of a cursor range.
|