[]
        
(Showing Draft Content)

FarPoint.Win.Spread.UndoRedo.AutoSortColumnUndoAction.PerformUndoAction

PerformUndoAction Method

PerformUndoAction(object)

Performs the automatic sorting action.

Declaration
public override bool PerformUndoAction(object sender)
Public Overrides Function PerformUndoAction(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