:: com :: sun :: star :: sheet ::

service SheetCellCursor
Description
represents a cursor in a spreadsheet.

A cursor is a cell range which provides additional methods to move through the table (i.e. to find specific cell ranges).


Included Services - Summary
::com::sun::star::table::CellCursor

provides common methods to control the position of the cursor.

SheetCellRange

provides the complete functionality of a cell range in a spreadsheet document.

Exported Interfaces - Summary
XSheetCellCursor

provides advanced methods to control the position of the cursor.

XUsedAreaCursor

provides methods to find the used area of the entire sheet.

Included Services - Details
::com::sun::star::table::CellCursor
Description
provides common methods to control the position of the cursor.
SheetCellRange
Description
provides the complete functionality of a cell range in a spreadsheet document.
Exported Interfaces - Details
XSheetCellCursor
Description
provides advanced methods to control the position of the cursor.
XUsedAreaCursor
Description
provides methods to find the used area of the entire sheet.

 
Top of Page