I also came up with this question today. I had searched the net and found this C # example:
this.dataGridView1.Sort(this.dataGridView1.Columns["Name"], ListSortDirection.Ascending);
at this link: stackoverflow.com/.../sort-datagridview-colums-in-c-sharp-windows-form
but I was not able to successfully convert it from C# to VC without syntax errors.
I was just about ready to give up when I decided I would search this forum. I'm glad I did! Thanks!