ListView.ColumnHeaderCollection.Insert Method
.NET Framework 4.5
Inserts a column header into the collection at the specified index.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
Insert(Int32, String) | Creates a new column header with the specified text, and inserts the header into the collection at the specified index. |
|
Insert(Int32, ColumnHeader) | Inserts an existing column header into the collection at the specified index. |
|
Insert(Int32, String, Int32) | Creates a new column header with the specified text and initial width, and inserts the header into the collection at the specified index. |
|
Insert(Int32, String, String) | Creates a new column header with the specified text and key, and inserts the header into the collection at the specified index. |
|
Insert(Int32, String, Int32, HorizontalAlignment) | Creates a new column header and inserts it into the collection at the specified index. |
|
Insert(Int32, String, String, Int32) | Creates a new column header with the specified text, key, and width, and inserts the header into the collection at the specified index. |
|
Insert(Int32, String, String, Int32, HorizontalAlignment, Int32) | Creates a new column header with the specified aligned text, key, width, and image index, and inserts the header into the collection at the specified index. |
|
Insert(Int32, String, String, Int32, HorizontalAlignment, String) | Creates a new column header with the specified aligned text, key, width, and image key, and inserts the header into the collection at the specified index. |