Example #1
0
 public int UpperRowIndexBound()
 {
     return(FieldInfoList.AsEnumerable().Select(row => row.Field <int>(ctCOLRowIndex)).Max());
 }