ListView::ColumnHeaderCollection::Add Method (String^)
.NET Framework (current version)
Creates and adds a column with the specified text to the collection.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- text
-
Type:
System::String^
The text to display in the column header.
Return Value
Type: System.Windows.Forms::ColumnHeader^The ColumnHeader with the specified text that was added to the ListView::ColumnHeaderCollection.
The column header will be added to the end of the collection.
.NET Framework
Available since 2.0
Available since 2.0
Show: