Click or drag to resize

JamShellColumnCollectionAdd Method

Overload List
  NameDescription
Public methodAdd(String)
Creates and adds a column with the specified text to the collection.
(Inherited from ListViewColumnHeaderCollection.)
Public methodAdd(ColumnHeader)
Adds an existing System.Windows.Forms.ColumnHeader to the collection.
(Overrides ListViewColumnHeaderCollectionAdd(ColumnHeader).)
Public methodAdd(JamShellColumnHeader)
Adds an existing JamShellColumnHeader to the collection.
Public methodAdd(SHCOLUMNID)
Adds the shell column identified by the passed SHCOLUMNID.
Public methodAdd(String, Int32)
Creates and adds a column with the specified text and width to the collection.
(Inherited from ListViewColumnHeaderCollection.)
Public methodAdd(String, String)
Creates and adds a column with the specified text and key to the collection.
(Inherited from ListViewColumnHeaderCollection.)
Public methodAdd(String, Int32, HorizontalAlignment)
Adds a column header to the collection with specified text, width, and alignment settings.
(Inherited from ListViewColumnHeaderCollection.)
Public methodAdd(String, String, Int32)
Creates and adds a column with the specified text, key, and width to the collection.
(Inherited from ListViewColumnHeaderCollection.)
Public methodAdd(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.)
Public methodAdd(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.)
Top
See Also