ListView::ColumnHeaderCollection::Add Method (String^, String^)

 

Creates and adds a column with the specified text and key to the collection.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
virtual ColumnHeader^ Add(
	String^ key,
	String^ text
)

Parameters

key
Type: System::String^

The key of the ColumnHeader to add to the collection.

text
Type: System::String^

The text of the ColumnHeader to add to the collection.

Return Value

Type: System.Windows.Forms::ColumnHeader^

The ColumnHeader with the specified key and text that was added to the ListView::ColumnHeaderCollection.

The Name property corresponds to the key for a column in the ListView::ColumnHeaderCollection.

The column is added at the end of the collection.

.NET Framework
Available since 2.0
Return to top
Show: