GetContents Method (ListView)

Class

ListView.

Action

Returns the contents of a listview control. Each returned item is delimited by a semicolon.

Syntax

C#
contents = listView.GetContents([column])
VB
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.