MergeCellCommand Class Reference
Class MergeCellCommand implements a command for merging two or more cells into one cell. More...
#include <commands.h>
Collaboration diagram for MergeCellCommand:

Public Member Functions | |
| MergeCellCommand (KSpreadCell *cell, int colSpan, int rowSpan) | |
| virtual void | execute () |
| virtual void | unexecute () |
| virtual QString | name () const |
Protected Attributes | |
| KSpreadCell * | cell |
| int | colSpan |
| int | rowSpan |
| int | oldColSpan |
| int | oldRowSpan |
| QString | rangeName |
Detailed Description
Class MergeCellCommand implements a command for merging two or more cells into one cell.
Definition at line 104 of file commands.h.
The documentation for this class was generated from the following files:
