Hi, sir
I'm using MSHFlexGrid object to display data. I have 10 rows data. I know AddNew method to add a row to the end of MSHFlexGrid, but I want to insert a row to any position in MSHFlexGrid. How to do it?
Please help me!
Thanks very much
Printable View
Hi, sir
I'm using MSHFlexGrid object to display data. I have 10 rows data. I know AddNew method to add a row to the end of MSHFlexGrid, but I want to insert a row to any position in MSHFlexGrid. How to do it?
Please help me!
Thanks very much
object.additem(string,index,number)
index is where the new row is to be placed. If omitted, the new row becomes the last row.