About 57 results
Open links in new tab
  1. sort | Microsoft Learn

    Feb 3, 2023 · Reference article for the sort command, which reads input, sorts data, and writes the results to the screen, to a file, or to another device.

  2. Sort and SortByColumns functions - Power Platform

    Jun 10, 2024 · Reference information including syntax and examples for the Sort and SortByColumns functions.

  3. Excel SORT/SORTBY function - Microsoft Q&A

    Mar 1, 2026 · This allows multiple sort keys and independent sort orders, but each by_array must be a valid one-row or one-column range/array; negative indexes or CHOOSECOL-style index lists are not …

  4. Array.Sort Method (System) | Microsoft Learn

    Examples The following code example shows how to sort two associated arrays where the first array contains the keys and the second array contains the values. Sorts are done using the default …

  5. Sort columns - Power Query | Microsoft Learn

    Aug 27, 2024 · With Power Query, you can sort a table by one or multiple columns in the order of your choice. This article demonstrates how to sort columns in Power Query.

  6. List.Sort - PowerQuery M | Microsoft Learn

    Apr 30, 2026 · Sort the list {2, 3, 1} in descending order using the Value.Compare method. Usage

  7. Sorting Data - C# | Microsoft Learn

    Aug 13, 2025 · Learn about sort operations and the standard query operator methods that perform sort operations in LINQ in C#.

  8. Collation, sorting, and string comparison - Globalization

    Jan 24, 2023 · In world-ready applications, the alphabetical order can vary among languages, and the conventions for sequencing items can also be quite different.

  9. List<T>.Sort Method (System.Collections.Generic)

    The following code demonstrates the Sort () and Sort (Comparison<T>) method overloads on a simple business object. Calling the Sort () method results in the use of the default comparer for the Part …

  10. Sorting objects - PowerShell | Microsoft Learn

    The Sort-Object cmdlet allows you to sort a collection of objects on one or more properties.

  11. Range.Sort method (Excel) | Microsoft Learn

    Apr 21, 2022 · This example gets the value of the color of a cell in column A by using the ColorIndex property, and then uses that value to sort the range by color.