[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Sorts the contents of the DataGridView control [Property] DataGrid=Sets DataGridView manager|20|(empty)|DataGridView ColumnIndex=Sets the index of the column by which to sort the contents of the DataGridView. ARG(int)|1|0 Direction=Sets the direction of a sort operation. ARG(ListSortDirection)|14|0|Ascending,Descending [Methods] doSort=Sorts the contents of the DataGridView control in ascending or descending order based on the contents of the specified column index. ARG(int ColumnIndex, ListSortDirection Direction)|1|0 *doSort2=Sorts the contents of the DataGridView control using an implementation of the IComparer interface. ARG(IComparer comparer)|1|0 onError=If an error occurs, an error message appears. ARG(string)|2|2 ColumnIndex=Defines the index of the column containing the cell. ARG(int)|4|1 *comparer=An implementation of IComparer that performs the custom sorting operation. ARG(IComparer)|4|0