Flexgrid
Visual Basic
2
Posts
2
Posters
0
Views
1
Watching
-
Good day guys, I badly needed your help... on how to display some text on the location of the flexgrid.cell(3,5) = "hello"... using For Next Statement..... that will be filtered by the column header text "Hi".... tnx and more power......:-D
msflexgrid1.row=3 msflexgrid1.col=5 msflexgrid1.text="Hello" This code is to display "hello" in the location 3,5