[]
Sort all the rows by custom order.
public void SortRows(IComparer<GridRow> compare)
Public Sub SortRows(compare As IComparer(Of GridRow))
an interface for custom order.