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

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

interface XCellAddressable

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

Description
represents a cell which can be addressed with a CellAddress .


Known Services which Export this Interface

com::sun::star::sheet::SheetCell represents a single addressable cell in a spreadsheet document.

Methods' Summary

getCellAddress

Methods' Details

getCellAddress
 
com::sun::star::table::CellAddress
getCellAddress();
Returns
the address of the cell in the spreadsheet document.

The CellAddress can be used to address the cell within its document.


Top of Page