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