Click or drag to resize

JamShellColumnCollectionAdd(ColumnHeader) Method

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

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

Parameters

pValue  ColumnHeader
The System.Windows.Forms.ColumnHeader to add to the collection.

Return Value

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