Click or drag to resize

JamShellColumnCollectionInsert Method

Overload List
 NameDescription
Public methodInsert(Int32, SHCOLUMNID) Inserts the shell column identified by the passed SHCOLUMNID at the passed position.
Public methodInsert(Int32, String)Creates a new column header with the specified text, and inserts the header into the collection at the specified index.
Public methodInsert(Int32, ColumnHeader)Inserts an existing column header into the collection at the specified index.
Public methodInsert(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 methodInsert(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 methodInsert(Int32, String, Int32, HorizontalAlignment)Creates a new column header and inserts it into the collection at the specified index.
Public methodInsert(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 methodInsert(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 methodInsert(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
See Also