SortColumnsByPropertyColumnAscendingSort Method |
Sorts columns by the selected property column.
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