1. How can I add a string in a particular row and column of an msflexgrid ?
2. How can I import data from a .txt data file into an msflexgrid ?
HI
1.Use the Textmatrix propert of flexGrid ,Which is used to set or read the contents of the particuler cell
EX: Flexgrid.Textma trix(RowNo , ColNo) = "Your String"
Comment