Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #107.69K
1 Posted Topic
David Lyons Garcia, thank you very much. You tell me the idea for opposite index. In VB.NET the code seem to be: Dim i As Integer = (DataGridView1.Rows.Count - 1) Do While (i >= 0) i = (i - 1) For Each dr As DataGridViewRow In DataGridView1.Rows If dr.Cells("check").Value = …
The End.
MegaSofijanov