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

(Global Index)

Syntax

interface XCellRangeAddressable : com::sun::star::uno::XInterface ;

Description

represents a cell range which can be addressed with a CellRangeAddress.

Method Summary

getRangeAddress returns the address of the range.

Known Services Which Export this Interface

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

Method Details



getRangeAddress

Syntax

com::sun::star::table::CellRangeAddress getRangeAddress ();

Description

returns the address of the range.

The CellRangeAddress can be used to address the range within its document.

Top of Page