| LibreOffice
    LibreOffice 25.2 SDK API Reference | 
provides methods to access information about a cell that is mergeable with other sells. More...
import "XMergeableCell.idl";
 
  
| Public Member Functions | |
| long | getRowSpan () | 
| returns the number of columns this cell spans. | |
| long | getColumnSpan () | 
| returns the number of rows this cell spans. | |
| boolean | isMerged () | 
| returns TRUE if this cell is merged with another cell. | |
| Public Member Functions inherited from XCell | |
| string | getFormula () | 
| returns the formula string of a cell. | |
| void | setFormula ([in] string aFormula) | 
| sets a formula into the cell. | |
| double | getValue () | 
| returns the floating point value of the cell. | |
| void | setValue ([in] double nValue) | 
| sets a floating point value into the cell. | |
| com::sun::star::table::CellContentType | getType () | 
| returns the type of the cell. | |
| long | getError () | 
| returns the error value of the cell. | |
| Public Member Functions inherited from XInterface | |
| any | queryInterface ([in] type aType) | 
| queries for a new interface to an existing UNO object. | |
| void | acquire () | 
| increases the reference counter by one. | |
| void | release () | 
| decreases the reference counter by one. | |
provides methods to access information about a cell that is mergeable with other sells.
| long getColumnSpan | ( | ) | 
returns the number of rows this cell spans.
| long getRowSpan | ( | ) | 
returns the number of columns this cell spans.
| boolean isMerged | ( | ) | 
returns TRUE if this cell is merged with another cell.