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

interface XSpreadsheet
Base Interfaces
XSpreadsheet
┗ ::com::sun::star::sheet::XSheetCellRange
   ┗ ::com::sun::star::table::XCellRange

::com::sun::star::sheet::XSheetCellRange
(referenced interface's summary:)
provides access to the spreadsheet that contains a cell range.
Description
provides methods to create a cell range cursor.

Methods' Summary
createCursor creates a cell cursor including the whole spreadsheet.  
createCursorByRange creates a cell cursor to travel in the given range context.  
Methods' Details
createCursor
::com::sun::star::sheet::XSheetCellCursor
createCursor();

Description
creates a cell cursor including the whole spreadsheet.
See also
::com::sun::star::sheet::SheetCellCursor
createCursorByRange
::com::sun::star::sheet::XSheetCellCursor
createCursorByRange( [in] ::com::sun::star::sheet::XSheetCellRange  aRange );

Description
creates a cell cursor to travel in the given range context.
Parameter aRange
the cell range for the cursor.
See also
::com::sun::star::sheet::SheetCellCursor
Top of Page