Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Public Sub GridView1_Data(Row As Integer, Column As Integer)
- $res.moveTo(row)
- If row Mod 2 = 0 Then gridview1.Data.Background = Color.RGB(68, 186, 199)
- GridView1.Data.text = Str($res[GridView1.Columns[column].text])
- End
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement