0 out of 5 rated this helpful - Rate this topic

DataGridView.Sort Method

Sorts the contents of the DataGridView control.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  Name Description
Public method Sort(IComparer) Sorts the contents of the DataGridView control using an implementation of the IComparer interface.
Public method Sort(DataGridViewColumn, ListSortDirection) Sorts the contents of the DataGridView control in ascending or descending order based on the contents of the specified column.
Top
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.