This works for me:-
/Public Sub Form_Open()
Dim sNetwork As String
With GridView1
.Columns.Count = 1
.Rows.Count = 1
End With
GridView1[0, 0].text = "Hello"
GridView1[0, 0].Font.Strikeout = True
End/
--
View this message in context: http://gambas.8142.n7.nabble.com/Gridview-tp54834p54927.html
Sent from the gambas-user mailing list archive at Nabble.com.