I tried this code to remove the selected row in DataGridView but didn't succeed with can you help please?
Code:Dim i As Integer = DataGridView3.SelectedRows.Count Me.DataGridView3.Rows.RemoveAt(i)
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 3 of 3
Threaded View
|
Click Here to Expand Forum to Full Width |