I am able to use $DataGridView.Sort($DataGridView.Columns[3],'Descending')
to sort by Column 3, thanks for Jrv's help. Is there a way also to sort by another column after sorted by Column 3? Thanks.
↧