Click or drag to resize

JamShellColumnCollection.Add Method

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