interface XMergeable in module com::sun::star::util::

(Global Index)

Syntax

interface XMergeable : com::sun::star::uno::XInterface ;

Description

represents a range of cells that can be merged.

Method Summary

merge merges the cells.

getIsMerged returns the current state of the cells.

Known Services Which Export this Interface

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

Method Details



merge

Syntax

void merge (
boolean bMerge );

Description

merges the cells.


getIsMerged

Syntax

boolean getIsMerged ();

Description

returns the current state of the cells.

Top of Page