GetContents Method (ListView)
Class
ListView
.
Action
Returns the contents of a listview control. Each returned item is delimited by a semicolon.
Syntax
contents
=
listView
.
GetContents
([
column
])
Variable
Description
contents
List(Of
String
)
.
column
Optional
: Specify this argument to get only the contents of a specific column. The value is zero-based.
Integer
.