themoose387 themoose387
  • 04-08-2021
  • Computers and Technology
contestada

Write steps to Delete data from ‘Datagridview’

Respuesta :

shreyaa91
shreyaa91 shreyaa91
  • 04-08-2021

Explanation:

private void btnDelete_Click(object sender, EventArgs e)

{

if (this.dataGridView1.SelectedRows.Count > 0)

{

dataGridView1.Rows.RemoveAt(this.dataGridView1.SelectedRows[0].Index);

}

}

Answer Link

Otras preguntas

Electric potential differences are measured in _____.voltsjoulesnewtonscentimeters
Show work and/or describe how the expression for the completing the square method and the expression associated with the quadratic formula are equivalent.
what is the polar form of -3+sqrt3i
The connective tissue around (coating) the nerves would be called what?
The endpoints of AB are (4,2) and (2,4). What is the midpoint of AB? O A. (0,0) O B. (3,1) C. (1,1) 0 D. (3,3)
Nigel and Phyllis train for a marathon. The equation y = 1.25z + 4 represents that Nigel currently runs 4 miles per week and increases his total miles per week,
2. For each of the next dot plots, guess the approximate location of the mean by thinking aboutwhere the balance point for the data would be. Then check how clo
Calculate the average (mean) of the data shown, to two decimal placesx8.325.313.423.9129.312.31.4
Identify the quadratic equation from the following.3x2 + 5x = 03x - 5 = 0y = 3x3 + 7x2 - 9xAll of the choices
Describe the vertical asymptote (s) and hole (s) for the graph of y = (x+2) (x+4)/ (x+4) (x+1)