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

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

interface XSheetCellRange

Base Interface
com::sun::star::table::XCellRange

Description
provides access to the spreadsheet that contains a cell range.
See also
com::sun::star::sheet::SheetCellRange


Known Services which Export this Interface

com::sun::star::sheet::SheetCellRange represents a rectangular range of cells in a spreadsheet document.

Methods' Summary

getSpreadsheet returns the spreadsheet interface which contains the cell range.

Methods' Details

getSpreadsheet
 
com::sun::star::sheet::XSpreadsheet
getSpreadsheet();
Description
returns the spreadsheet interface which contains the cell range.
Returns
a Spreadsheet object.
See also
com::sun::star::sheet::SheetCellRange
See also
com::sun::star::sheet::SheetCellRanges

Top of Page