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

flexgrid.text gives you the text of the cell at flexgrid.col and flexgrid.row

Hi,

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

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.