[Gambas-user] Gridview

Charlie charlie at ...2793...
Sat Dec 12 10:53:16 CET 2015


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.



More information about the User mailing list