Saved Bookmarks
| 1. |
How would you determine whether 7th item in a list of a list namely My List is selected or not? |
|
Answer» Following method is used to determine whether 7th item in a list of a list namely My List is selected or not: My List .is Selected Index(7) |
|