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

interface XSheetCellRange
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--::com::sun::star::table::XCellRange
       |  
       +--XSheetCellRange
::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
::com::sun::star::sheet::SheetCellRange
Developers Guide
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 ::com::sun::star::sheet::Spreadsheet object.
See also
::com::sun::star::sheet::SheetCellRange
See also
::com::sun::star::sheet::SheetCellRanges
Top of Page