This topic has not yet been rated - Rate this topic

ListView.ColumnHeaderCollection.Insert Method

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
Public method Insert(Int32, String) Creates a new column header with the specified text, and inserts the header into the collection at the specified index.
Public method Insert(Int32, ColumnHeader) Inserts an existing column header into the collection at the specified index.
Public method 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.
Public method 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.
Public method Insert(Int32, String, Int32, HorizontalAlignment) Creates a new column header and inserts it into the collection at the specified index.
Public method 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.
Public method 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.
Public method 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.
Top
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.