Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

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

interface XCellRangeAddressable

Base Interface
com::sun::star::uno::XInterface

Description
represents a cell which can be addressed with a CellRangeAddress .


Known Services which Export this Interface

com::sun::star::sheet::SheetCellRange represents a rectangular range of cells in a spreadsheet document.

Methods' Summary

getRangeAddress

Methods' Details

getRangeAddress
 
com::sun::star::table::CellRangeAddress
getRangeAddress();
Returns
the address of the cell range in the spreadsheet document.

The CellRangeAddress can be used to address the range within its document.


Top of Page