Eireannanl

Results 2 comments of Eireannanl

If there's caps (empty cells), that happens. How to solve such problem..?

Oh well, found a workaround to this problem. First I read each rows into `List GridRows = new List();` then I sort that list with linq by string[] values. ```...