Language
	
	
  
  
    
    
The Free and Open Productivity Suite
   
      
      
 
:: 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 taht are already splitted.
   | 
| 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 taht are already splitted.
 
 
- 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 © 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.