Spread Windows Forms 12.0 Product Documentation
PerformUndoAction Method (UndoManager)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.UndoRedo Namespace > UndoManager Class : PerformUndoAction Method
UndoAction
Performs the specified action (it can then be undone with Undo).
Syntax
'Declaration
 
Public Function PerformUndoAction( _
   ByVal action As UndoAction _
) As Boolean
'Usage
 
Dim instance As UndoManager
Dim action As UndoAction
Dim value As Boolean
 
value = instance.PerformUndoAction(action)
public bool PerformUndoAction( 
   UndoAction action
)

Parameters

action
UndoAction
See Also

Reference

UndoManager Class
UndoManager Members