|
-
Nov 16th, 2001, 11:16 AM
#1
Thread Starter
New Member
How to return the value of a cell in ListView control?
Hello folks;
I have a question about the ListView control:
How can I get the contents of a certain cell?
For example: the value of variable “a” should be compared with all cells which are in the third column “ThrirdRow” of Listview “show”.
How can I – in my code – refer to the contents of the first cell in that third row? Does Listview use some kind of coordinates to return the value of a certain cell?
Many thanks in advance;
Cygnus
-
Nov 16th, 2001, 11:47 AM
#2
Lview.ListItems(3).Subitems(1)
This is the third colum first row in that column.
The columns are called a ListItem, and are in a collection called ListItems. Each ListItem has SubItems.
-
Nov 16th, 2001, 12:42 PM
#3
Thread Starter
New Member
Thanks Mr McNamara
Thanks you for your quick reply!
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
|