Results 1 to 2 of 2

Thread: How to insert a row to anywhere...?

  1. #1

    Thread Starter
    New Member
    Join Date
    Oct 2005
    Posts
    7

    Question How to insert a row to anywhere...?

    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

  2. #2
    PowerPoster Pasvorto's Avatar
    Join Date
    Oct 2002
    Location
    Minnesota, USA
    Posts
    2,951

    Re: How to insert a row to anywhere...?

    object.additem(string,index,number)

    index is where the new row is to be placed. If omitted, the new row becomes the last row.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width