EVENT Data ( Row AS Integer, Column AS Integer )This event is raised when the GridView needs the data stored in a specified cell.
PUBLIC SUB GridView1_Data(Row AS Integer, Column AS Integer) GridView1.Data.Text = "Gambas " & Row & "," & Column END