[]
        
(Showing Draft Content)

FarPoint.Win.Spread.UndoRedo.ColumnMoveUndoAction.Undo

Undo Method

Undo(object)

Undoes the column moving 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
Remarks

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