Hi all
Now i am using MsFlexGrid1.textmatrix(1,1) to read values from the grid, is there any other efficient way to read data from MS flex grid..please give an idea
vimalv 0 Newbie Poster
Recommended Answers
Jump to PostHi,
I always use TextMatrix.
One more way is :Grd.Row=1
Grd.Col=2
Tstr = Grd.Text
This not a Very Efficient way.Regards
Veena
All 2 Replies
Reply to this topic Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.