Click or drag to resize

JamShellColumnCollectionAdd(JamShellColumnHeader) Method

Adds an existing JamShellColumnHeader to the collection.

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

Parameters

pValue  JamShellColumnHeader
The JamShellColumnHeader to add to the collection.

Return Value

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

Implements

IJamShellColumnCollectionAdd(JamShellColumnHeader)
See Also