[]
        
(Showing Draft Content)

FarPoint.Win.Spread.UndoRedo.ConditionalFormatUndoActionBase.Undo

Undo Method

Undo(object)

Performs the undo action.

Declaration
public override bool Undo(object sender)
Public Overrides Function Undo(sender As Object) As Boolean
Parameters
Type Name Description
object sender

The object

Returns
Type Description
bool

Returns true if undo success;otherwise, false.

Overrides