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

interface XCellRangeAddressable
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XCellRangeAddressable
::com::sun::star::uno::XInterface
(referenced interface's summary:)
base interface of all UNO interfaces
Description
represents a cell which can be addressed with a ::com::sun::star::table::CellRangeAddress .
Developers Guide
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