21module
com { module sun { module star { module sheet {
provides advanced methods to control the position of a cursor in a spreadsheet.
Definition XSheetCellCursor.idl:30
void collapseToCurrentRegion()
expands the cursor into the region containing the cells to which it currently points.
void collapseToSize([in] long nColumns, [in] long nRows)
changes the size of a cursor range.
void collapseToCurrentArray()
collapses the cursor into the range of the array formula to which it is currently pointing.
void collapseToMergedArea()
expands the cursor to merged cell ranges.
void expandToEntireColumns()
expands the cursor to include the entire columns of the cells to which it is currently pointing.
void expandToEntireRows()
expands the cursor to include the entire rows of the cells to which it is currently pointing.
provides access to the spreadsheet that contains a cell range.
Definition XSheetCellRange.idl:32
Definition Ambiguous.idl:20