:: com :: sun :: star :: table ::
|
unpublished |
interface XMergeableCellRange |
|
|
|
- Usage Restrictions
- not published
- Description
- represents a range of cells that can possibly be merged or unmerged.
|
Methods' Summary |
merge |
merges the area specified by this range.
|
split |
splits the cells in this range.
This will be done by inserting rows and columns if needed or unmerging
cells that are already split.
|
isMergeable |
|
Methods' Details |
merge
- Description
- merges the area specified by this range.
- Throws
- ::com::sun::star::lang::NoSupportException
if a merge is not possible for this range. You can use
isMergeable() to check if a merge is possible.
|
|
split
- Description
- splits the cells in this range.
This will be done by inserting rows and columns if needed or unmerging
cells that are already split.
- Parameter Columns
- this is the number of columns that will be added to each cell. Zero
means no new columns
- Parameter Rows
- this is the number of rows that will be added to each cell. Zero
means no new rows
- Throws
- ::com::sun::star::lang::IllegalArgumentException
if at least one of the parameters is less than zero.
- Throws
- ::com::sun::star::lang::NoSupportException
if a split is not possible for this range.
|
|
isMergeable
- Returns
- true if all cells from this range can be merged to one
or false otherwise.
|
|
Top of Page
Copyright © 2000, 2014 LibreOffice contributors and/or their affiliates. All rights reserved.
LibreOffice was created by The Document Foundation, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.
The Document Foundation acknowledges all community members, please find more info at our website.
Privacy Policy | Impressum (Legal Info) | Copyright information: The source code of LibreOffice is licensed under the GNU Lesser General Public License (LGPLv3). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.