[]
        
(Showing Draft Content)

C1.WPF.FlexGrid.PasteAction

PasteAction Class

Undoable Paste action.

Inheritance
PasteAction
Implements
Namespace: C1.WPF.FlexGrid
Assembly: C1.WPF.FlexSheet.4.6.2.dll
Syntax
public class PasteAction : IUndoableAction

Constructors

Name Description
PasteAction(C1FlexSheet)

Initializes a new instance of an PasteAction.

Methods

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.