A
Alan T
I have two columns in the listview.
To search for a value in the first column only I can use
FindItemWithText("alan", false, 0, true);
What if I only want to search through the second column?
My first column is first name and second column is last name.
So I would like to do a search on both separately.
To search for a value in the first column only I can use
FindItemWithText("alan", false, 0, true);
What if I only want to search through the second column?
My first column is first name and second column is last name.
So I would like to do a search on both separately.