Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

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

interface XSpreadsheet

Base Interface
com::sun::star::sheet::XSheetCellRange

Description
represents a 2-dimensional sheet of cells.


Known Services which Export this Interface

com::sun::star::sheet::Spreadsheet a 2-dimensional sheet of cells.

Methods' Summary

createCursor creates a cell cursor.
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.
See also
com::sun::star::sheet::Spreadsheet
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.
See also
com::sun::star::sheet::Spreadsheet

Top of Page