C# (C Sharp) Beginner | Tutorial | Learning | Study
C# (C Sharp) Beginner | Tutorial | Learning | Study
5 August 2016
Delete selected Multiple Rows in Datagridview in C#
foreach(DataGridViewRow dR in DGV.SelectedRows)
{
DGV.Rows.Remove(dR);
}
That's All; Simple....!
Thank you!
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment