ListView::ColumnHeaderCollection::Insert Method (Int32, String^, Int32)
.NET Framework (current version)
Creates a new column header with the specified text and initial width, 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.
- width
-
Type:
System::Int32
The initial width, in pixels, of the column header.
.NET Framework
Available since 2.0
Available since 2.0
Show: