SortInfo Constructor(Int32,Boolean)
In This Topic
Creates a SortInfo object with the order specified and the comparison done using the system default comparer.
Syntax
Parameters
- index
- Index of the column or row on which to sort
- ascending
- Whether the sort order is ascending
See Also