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

interface XMergeable
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XMergeable
::com::sun::star::uno::XInterface
(referenced interface's summary:)
base interface of all UNO interfaces
Description
represents a range of cells that can be merged.
Developers Guide
8.3.1 Spreadsheet Documents - Working with Spreadsheet Documents - Document Structure - Cell Ranges - Merging Cell Ranges into a Single Cell

Methods' Summary
merge merges/unmerges the area specified by this object.  
getIsMerged  
Methods' Details
merge
void
merge( [in] boolean  bMerge );

Description
merges/unmerges the area specified by this object.
getIsMerged
boolean
getIsMerged();

Returns
true if the area specified by this object is merged, or false otherwise.
Top of Page