|   | Name | Description | 
|---|
  | Insert(Int32, SHCOLUMNID) | 
            Inserts the shell column identified by the passed SHCOLUMNID at the passed position.
             | 
  | 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. |