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

interface XCellRangeAddressable
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-XCellRangeAddressable
Description
represents a cell which can be addressed with a ::com::sun::star::table::CellRangeAddress .
Developers Guide
8.3.1 Spreadsheet Documents - Working with Spreadsheet Documents - Document Structure - Cell Ranges - 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