FarPoint.Win.Spread
Undo Method
See Also 
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.UndoRedo Namespace > ConditionalFormatUndoActionBase Class : Undo Method


sender
object
Performs the undo action.

Syntax

Visual Basic (Declaration) 
Public Overrides Function Undo( _
   ByVal sender As Object _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As ConditionalFormatUndoActionBase
Dim sender As Object
Dim value As Boolean
 
value = instance.Undo(sender)
C# 
public override bool Undo( 
   object sender
)

Parameters

sender
object

See Also