[]
        
(Showing Draft Content)

FarPoint.Win.Spread.UndoRedo.UndoManager.PerformUndoAction

PerformUndoAction Method

PerformUndoAction(UndoAction)

Performs the specified action (it can then be undone with Undo).

Declaration
public bool PerformUndoAction(UndoAction action)
Public Function PerformUndoAction(action As UndoAction) As Boolean
Parameters
Type Name Description
UndoAction action

The action to perform.

Returns
Type Description
bool

A boolean value indicate commands are executed success or not.