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

interface XCellAddressable
Description
represents a cell which can be addressed with a ::com::sun::star::table::CellAddress.
Developers Guide
Spreadsheets - Cells Absolute Address

Methods' Summary
getCellAddress returns the address of the cell in the spreadsheet document.  
Methods' Details
getCellAddress
::com::sun::star::table::CellAddress
getCellAddress();

Description
returns the address of the cell in the spreadsheet document.

The ::com::sun::star::table::CellAddress can be used to address the cell within its document.

Top of Page