Sort DataTable ============== Category -------- DataTable Commands Description ----------- This command allows you to sort an entire DataTable by ascending or descending order, based on the values of a specified column. Use this command when you want to sort an entire DataTable by ascending or descending order, based on the values of a specified column. Parameters ---------- **DataTable Name** Input a Datatable name **Column Name** Enter the name or index (e.g., Column0, Column1, ..., Column{i}) of the column to be used for the sorting **Order** Select a sort order **Variable Name** Input a variable name Returned Value -------------- [ReturnValue] Example Usage ------------- Example Location: `BYpass\\Examples\\DataTable Commands\\Sort DataTable\\Sort DataTable.xml` See Also -------- - :doc:`Add DataColumn ` - :doc:`Add DataRow ` - :doc:`Clear DataTable ` - :doc:`Create DataTable ` - :doc:`Filter DataTable ` - :doc:`Get DataTable Row Count ` - :doc:`Get DataTable Value ` - :doc:`Output DataTable ` - :doc:`Parse Dataset Row ` - :doc:`Remove DataColumn ` - :doc:`Remove DataRow ` - :doc:`Update DataTable Value `