Constructor ListViewColumn
ListViewColumn()
Initializes a new instance of the ListViewColumn class with default values.
public ListViewColumn()
ListViewColumn(string)
Initializes a new instance of the ListViewColumn class with the specified column title.
public ListViewColumn(string title)
Parameters
title
stringThe text displayed in the column header.