Click or drag to resize

IJamShellColumnCollectionAdd Method (ColumnHeader)

Note: This API is now obsolete.

Adds the specified ColumnHeader to the collection. Please use Add(JamShellColumnHeader) instead.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
[ObsoleteAttribute("Use Add(JamShellColumnHeader instead")]
int Add(
	ColumnHeader pHeader
)

Parameters

pHeader
Type: System.Windows.FormsColumnHeader
The ColumnHeader to add.

Return Value

Type: Int32
The position the column was added at.
See Also