Click or drag to resize

JamShellColumnCollectionAdd Method

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