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

interface XCellRangeAddressable

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