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

(Global Index)

Syntax

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

Description

represents a cell which can be addressed with a CellAddress .

Method Summary

getCellAddress returns the position of the cell in the document.

Known Services Which Export this Interface

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

Method Details



getCellAddress

Syntax

com::sun::star::table::CellAddress getCellAddress ();

Description

returns the position of the cell in the document.

Top of Page