Click or drag to resize

JamShellColumnCollectionInsert(Int32, SHCOLUMNID) 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
public 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 inserted.

Implements

IJamShellColumnCollectionInsert(Int32, SHCOLUMNID)
See Also