Click or drag to resize

ShellViewColumnsInsert Method (Int32, SHCOLUMNID)

Inserts a new column representing the passed SHCOLUMNID at the passed index.

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

Parameters

index
Type: SystemInt32
The index.
pShellColumnId
Type: Jam.ShellSHCOLUMNID
A SHCOLUMNID that serves as identifier of the column.
See Also