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

com :: sun :: star :: util ::

interface XMergeable

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

Description
represents a range of cells that can be merged.


Known Services which Export this Interface

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

Methods' Summary

merge merges the cells.
getIsMerged returns the current state of the cells.

Methods' Details

merge
 
void
merge(
[ in ] boolean bMerge );

Description
merges the cells.
getIsMerged
 
boolean
getIsMerged();
Description
returns the current state of the cells.

Top of Page