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

interface XSpreadsheet
Base Interfaces
XSpreadsheetXSheetCellRange
   ┗ ::com::sun::star::table::XCellRange

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
XSheetCellCursor
createCursor();

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

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