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

interface XSheetCellRange
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-::com::sun::star::table::XCellRange
    |
    +-XSheetCellRange
Description
provides access to the spreadsheet that contains a cell range.
See also
SheetCellRange
Developers Guide
8.3.1 Spreadsheet Documents - Working with Spreadsheet Documents - Document Structure - Cell Ranges - Cell and Cell Range Access

Methods' Summary
getSpreadsheet returns the spreadsheet interface which contains the cell range.
Methods' Details
getSpreadsheet
XSpreadsheet
getSpreadsheet();
 
 

Description
returns the spreadsheet interface which contains the cell range.
Returns
a Spreadsheet object.
See also
SheetCellRange
See also
SheetCellRanges
Top of Page