[]
        
(Showing Draft Content)

FarPoint.Win.Spread.UndoRedo.ClipboardCutUndoAction.Undo

Undo Method

Undo(object)

Peforms the undo Clipboard cut action.

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

Object on which the action occurred

Returns
Type Description
bool

Boolean: true if successful; otherwise, false

Overrides