[]
Create Sort Undo action.
public static UndoAction CreateSortAction(FpSpread spread, object parameter)
Public Shared Function CreateSortAction(spread As FpSpread, parameter As Object) As UndoAction
Type | Name | Description |
---|---|---|
FpSpread | spread | The fpSpread. |
object | parameter | The input parameter. |
Type | Description |
---|---|
UndoAction | A UndoAction object. |