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

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

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

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

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

Top of Page