Posts
 
Reputation
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
~3K People Reached
Favorite Forums
Favorite Tags

1 Posted Topic

Member Avatar for rkckjk

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 = …

Member Avatar for MegaSofijanov
0
3K

The End.