public new TableRow Row(int i) { string rowName = i < RowDefinitions.Count() ? RowDefinitions.ElementAt(i).RowName : null; return(new TableRow(ColumnCount, ColumnDefinitions) { Values = Values.Row(i), Order = i, RowName = rowName }); }