[]
        
(Showing Draft Content)

FarPoint.Win.Spread.UndoRedo.AutoSortColumnUndoAction.Undo

Undo Method

Undo(object)

Performs the undo automatic sorting 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

true if successful; false otherwise

Overrides