Click or drag to resize

JamShellColumnCollection.Insert Method (Int32, SHCOLUMNID)

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

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

Parameters

pIndex
Type: System.Int32
The position to insert the column at.
pShellColumnId
Type: Jam.Shell.SHCOLUMNID
A SHCOLUMNID identifying the shell column to be shown.

Return Value

Type: JamShellColumnHeader
The JamShellColumnHeader that was inserted.

Implements

IJamShellColumnCollection.Insert(Int32, SHCOLUMNID)
See Also