ListView::ColumnHeaderCollection::Insert Method (Int32, String^)
.NET Framework (current version)
Creates a new column header with the specified text, and inserts the header into the collection at the specified index.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- index
-
Type:
System::Int32
The zero-based index location where the column header is inserted.
- text
-
Type:
System::String^
The text to display in the column header.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | index is less than 0 or greater than or equal to the value of the Count property of the ListView::ColumnHeaderCollection. |
.NET Framework
Available since 2.0
Available since 2.0
Show: