Click or drag to resize

SortingSortDataColumnsByPropertyColumn Method

Overload List
 NameDescription
Public Extension MethodSortDataColumnsByPropertyColumn(DataTable, DataColumn, Boolean) Sort the order of the data columns (not rows!) of a table based on a specified property column. The relationship of property data to data columns is maintained.
Public Extension MethodSortDataColumnsByPropertyColumn(DataTable, IAscendingIntegerCollection, DataColumn, Boolean) Sort the order of the data columns (not rows!) of a table based on a specified property column. The relationship of property data to data columns is maintained.
Top
See Also