Click or drag to resize

JamShellColumnCollectionAdd Method (JamShellColumnHeader)

Adds an existing JamShellColumnHeader to the collection.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.0
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