Dim view As DataView = table.DefaultView view.Sort = "Period Cover ASC" Dim sortedDate As DataTable = view.ToTable()
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)