Click or drag to resize

JamShellColumnCollectionAdd Method (ColumnHeader)

Adds an existing System.Windows.Forms.ColumnHeader to the collection.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public override int Add(
	ColumnHeader pValue
)

Parameters

pValue
Type: System.Windows.FormsColumnHeader
The System.Windows.Forms.ColumnHeader to add to the collection.

Return Value

Type: Int32
The zero-based index into the collection where the item was added.

Implements

IJamShellColumnCollectionAdd(ColumnHeader)
Remarks
ColumnHeaders that are not of type JamShellColumnHeader are cloned to the correct type.
See Also