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

interface XCellRangeReferrer
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XCellRangeReferrer
::com::sun::star::uno::XInterface
(referenced interface's summary:)
base interface of all UNO interfaces
Description
allows direct access to the cells in a named range or to the cells which are visible in a view, without the need to get the document object first.
See also
::com::sun::star::sheet::NamedRange
See also
::com::sun::star::sheet::DatabaseRange
See also
::com::sun::star::sheet::SpreadsheetViewPane

Methods' Summary
getReferredCells returns the cell range object that is represented.  
Methods' Details
getReferredCells
::com::sun::star::table::XCellRange
getReferredCells();

Description
returns the cell range object that is represented.
Top of Page