ListView::ColumnHeaderCollection::RemoveAt Method (Int32)
Removes the column header at the specified index within the collection.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- index
-
Type:
System::Int32
The zero-based index of the column header to remove.
Implements
IList::RemoveAt(Int32)| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | index is less than 0 or greater than or equal to the value of the Count property of the ListView::ColumnHeaderCollection. |
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 index of the column header to remove from the collection. To specify the column header to remove instead of the index to the column header, use the Remove method. To remove all column headers from the collection, use the Clear method.
Available since 1.1