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
|
|
Syntax
- void merge
(
- boolean bMerge );
Description
merges the cells.
Syntax
- boolean getIsMerged
();
Description
returns the current state of the cells.
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.