|
-
February 8th, 2011, 07:14 AM
#1
how to move to 2nd row after populating MSflexgrid
after populating the MsFlexgrid, how i can move to the cell in row 2
thanks
cyrus
-
February 8th, 2011, 11:50 AM
#2
Re: how to move to 2nd row after populating MSflexgrid
Really, depends. Take a look at the code here with the article, and then post what you have.
-
February 18th, 2011, 10:22 PM
#3
Re: how to move to 2nd row after populating MSflexgrid
Try the next to see if that is what you need
Code:
MsFlexgrid.TopRow = 2
MsFlexgrid1.Row = 2
MsFlexgrid1.Col=1
JG
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|