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

interface XSpreadsheet
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-::com::sun::star::table::XCellRange
    |
    +-XSheetCellRange
       |
       +-XSpreadsheet
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