GetItemText Method (ListView)
Class
ListView
.
Action
Returns the text of an item.
Syntax
itemText
=
listView
.
GetItemText
(
item
, [
columnIndex
])
Variable
Description
itemText
String
.
item
The item to get the text from.
ItemIdentifier
.
columnIndex
Optional
: The column position of the item. The value is zero-based.
Integer
.