21module 
com {  module sun {  module star {  module sheet {
 
   24 published 
interface XSheetCellCursor;
 
provides advanced methods to control the position of a cursor in a spreadsheet.
Definition XSheetCellCursor.idl:30
provides access to the spreadsheet that contains a cell range.
Definition XSheetCellRange.idl:32
provides methods to create a cell range cursor.
Definition XSpreadsheet.idl:30
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:20