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.2
Syntax
JamShellColumnHeader Insert(
	int pIndex,
	SHCOLUMNID pShellColumnId
)

Parameters

pIndex  Int32
The position to insert the column at.
pShellColumnId  SHCOLUMNID
A SHCOLUMNID identifying the shell column to be shown.

Return Value

JamShellColumnHeader
The JamShellColumnHeader that was added.
See Also