interface XCellRangeReferrer in module com::sun::star::sheet::

(Global Index)

Syntax

interface XCellRangeReferrer : 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

NamedRange

See also

DatabaseRange

See also

SpreadsheetViewPane

Method Summary

getReferredCells returns the cell range that is represented.

Known Services Which Export this Interface

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

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

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

Method Details



getReferredCells

Syntax

com::sun::star::table::XCellRange getReferredCells ();

Description

returns the cell range that is represented.

Top of Page