Click or drag to resize

JamShellColumnCollectionAdd Method (JamShellColumnHeader)

Adds an existing JamShellColumnHeader to the collection.

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

Parameters

pValue
Type: Jam.ShellJamShellColumnHeader
The JamShellColumnHeader to add to the collection.

Return Value

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

Implements

IJamShellColumnCollectionAdd(JamShellColumnHeader)
See Also