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

interface XSheetCellRange
Base Interfaces
XSheetCellRange
┗ ::com::sun::star::table::XCellRange

::com::sun::star::table::XCellRange
(referenced interface's summary:)
provides access to the cells or to sub-ranges of a cell range.
Description
provides access to the spreadsheet that contains a cell range.
See also
SheetCellRange
Developers Guide
Spreadsheets - 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, SheetCellRanges
Top of Page