20 #ifndef __com_sun_star_sheet_XSpreadsheet_idl__
21 #define __com_sun_star_sheet_XSpreadsheet_idl__
26 module
com { module sun { module star { module sheet {
29 published
interface XSheetCellCursor;
provides advanced methods to control the position of a cursor in a spreadsheet.
Definition: XSheetCellCursor.idl:35
provides access to the spreadsheet that contains a cell range.
Definition: XSheetCellRange.idl:37
provides methods to create a cell range cursor.
Definition: XSpreadsheet.idl:35
com::sun::star::sheet::XSheetCellCursor createCursorByRange([in] com::sun::star::sheet::XSheetCellRange aRange)
creates a cell cursor to travel in the given range context.
com::sun::star::sheet::XSheetCellCursor createCursor()
creates a cell cursor including the whole spreadsheet.
Definition: Ambiguous.idl:22