|
-
Dec 7th, 2005, 08:46 AM
#2
Re: Multiple rows selection problem
You're using the CurrentRowIndex property to get your values. The CurrentRowIndex corresponds to the row with the arrow icon in the left hand margin. It looks like your "ind" variable is the one that contains the row index so you should be using that. Also, I'd suggest that your GetSelectedRows method return an Integer array, which is more appropriate given that it contains Integers, which must be boxed in an ArrayList.
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
|