JamShellColumnCollectionAdd Method |
Name | Description | |
---|---|---|
![]() | Add(String) | Creates and adds a column with the specified text to the collection. (Inherited from ListViewColumnHeaderCollection.) |
![]() | Add(ColumnHeader) |
Adds an existing System.Windows.Forms.ColumnHeader to the collection.
(Overrides ListViewColumnHeaderCollectionAdd(ColumnHeader).) |
![]() | Add(JamShellColumnHeader) |
Adds an existing JamShellColumnHeader to the collection.
|
![]() | Add(SHCOLUMNID) |
Adds the shell column identified by the passed SHCOLUMNID.
|
![]() | Add(String, Int32) | Creates and adds a column with the specified text and width to the collection. (Inherited from ListViewColumnHeaderCollection.) |
![]() | Add(String, String) | Creates and adds a column with the specified text and key to the collection. (Inherited from ListViewColumnHeaderCollection.) |
![]() | Add(String, Int32, HorizontalAlignment) | Adds a column header to the collection with specified text, width, and alignment settings. (Inherited from ListViewColumnHeaderCollection.) |
![]() | Add(String, String, Int32) | Creates and adds a column with the specified text, key, and width to the collection. (Inherited from ListViewColumnHeaderCollection.) |
![]() | Add(String, String, Int32, HorizontalAlignment, String) | Creates and adds a column with the specified key, aligned text, width, and image key to the collection. (Inherited from ListViewColumnHeaderCollection.) |
![]() | Add(String, String, Int32, HorizontalAlignment, Int32) | Creates and adds a column with the specified key, aligned text, width, and image index to the collection. (Inherited from ListViewColumnHeaderCollection.) |