SortTableAscendingSort Method |
Sorts the table using the current selection.
Namespace: Altaxo.Worksheet.CommandsAssembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static void Sort(
WorksheetController ctrl,
bool ascending
)
Parameters
- ctrl WorksheetController
- The worksheet controller.
- ascending Boolean
- to sort ascending; otherwise, .
See Also