ListView::ColumnHeaderCollection::Insert Method (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.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
void Insert(
	int index,
	String^ text,
	int width
)

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.

To add a column header without specifying a position in the collection, use the Add method. If you want to add an array of column headers to the collection, use the AddRange method.

.NET Framework
Available since 2.0
Return to top
Show: