ListView::ColumnHeaderCollection::Remove Method (ColumnHeader^)
.NET Framework (current version)
Removes the specified column header from the collection.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- column
-
Type:
System.Windows.Forms::ColumnHeader^
A ColumnHeader representing the column header to remove from the collection.
When you remove a column header from the collection, the indexes change for subsequent column headers in the collection. All information about the removed column header is deleted. You can use this method to remove a specific column header from the collection by specifying the actual ColumnHeader to remove. To specify the index of the column header to remove instead of the column header itself, use the RemoveAt method. To remove all column headers from the collection, use the Clear method.
.NET Framework
Available since 1.1
Available since 1.1
Show: