Advertisement
jsbsan

ColoreandoLineaPares

Apr 11th, 2014
444
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
GAMBAS 0.23 KB | None | 0 0
  1. Public Sub GridView1_Data(Row As Integer, Column As Integer)
  2.  
  3.   $res.moveTo(row)
  4.   If row Mod 2 = 0 Then gridview1.Data.Background = Color.RGB(68, 186, 199)
  5.   GridView1.Data.text = Str($res[GridView1.Columns[column].text])
  6.  
  7. End
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement