Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

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

interface XCellRangeReferrer

Base Interface
com::sun::star::uno::XInterface

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


Known Services which Export this Interface

com::sun::star::sheet::SpreadsheetViewPane a single pane in a view of a spreadsheet document.
com::sun::star::sheet::NamedRange a range which can be addressed by a name.
com::sun::star::sheet::DatabaseRange A database range is a name for a cell range that also stores filtering, sorting, subtotal and import settings and options.

Methods' Summary

getReferredCells returns the cell range that is represented.

Methods' Details

getReferredCells
 
com::sun::star::table::XCellRange
getReferredCells();
Description
returns the cell range that is represented.

Top of Page