Click or drag to resize

JamShellColumnCollectionInsert 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.0
Syntax
public 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 inserted.

Implements

IJamShellColumnCollectionInsert(Int32, SHCOLUMNID)
See Also