[]
Undoable Paste action.
public class PasteAction : IUndoableAction
| Name | Description |
|---|---|
| PasteAction(C1FlexSheet) | Initializes a new instance of an PasteAction. |
| Name | Description |
|---|---|
| PasteCell(int, int, object, object) | Adds information about an individual cell changing within a paste operation. |
| Redo() | Restores the effect of the last undone action. |
| SaveNewState() | Saves the state of the control after the action. |
| Undo() | Reverts the effect of the last action. |