插入行
DataGridViewRow row = new DataGridViewRow(); dgvProject.Rows.Add(row);
删除行
删除当前行
dgvProject.Rows.Remove(dgvProject.CurrentRow);