[]
        
(Showing Draft Content)

FarPoint.Win.Spread.UndoRedo.UndoAction.Undo

Undo Method

Undo(object)

Undoes the action.

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

object

Returns
Type Description
bool

true if successful; false otherwise

Remarks

If sender is a SpreadView object, it will be used to fire events during the operation.