[]
        
(Showing Draft Content)

FarPoint.Win.Spread.UndoRedo.UndoAction

UndoAction Class

Represents the actions in the component for which the user can perform an undo or redo.

Implements
Namespace: FarPoint.Win.Spread.UndoRedo
Assembly: FarPoint.Win.Spread.dll
Syntax
public abstract class UndoAction : Action, ICloneable
Public MustInherit Class UndoAction
    Inherits Action
    Implements ICloneable

Constructors

Name Description
UndoAction()

Creates a new undo action.

Methods

Name Description
Clone()

Clones the object.

CreateClipboardInsertAction()

Create clipboard insert undo action.

CreateOutlineAction(GroupActions)

Create Outline Undo action.

CreateSortAction(FpSpread, object)

Create Sort Undo action.

DeleteThreadedComment()

Create action delete current active threaded comment.

PerformAction(object)

Performs the undo action.

PerformUndoAction(object)

Performs the undo action.

SaveUndoState()

Saves undo state information.

Undo(object)

Undoes the action.