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

interface XCellRangeReferrer
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
NamedRange, DatabaseRange, 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