Click or drag to resize

IJamShellColumnCollectionInsert Method

Inserts the shell column identified by the passed SHCOLUMNID at the passed position.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.0
Syntax
JamShellColumnHeader Insert(
	int pIndex,
	SHCOLUMNID pShellColumnId
)

Parameters

pIndex
Type: SystemInt32
The position to insert the column at.
pShellColumnId
Type: Jam.ShellSHCOLUMNID
A SHCOLUMNID identifying the shell column to be shown.

Return Value

Type: JamShellColumnHeader
The JamShellColumnHeader that was added.
See Also