private bool ValidateRow(Cell editedCell) { var r = matrix.GetRow(editedCell.Ix.Row); return(r.Validate()); }