Click or drag to resize

ShellViewColumnsInsert(Int32, SHCOLUMNID) Method

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

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

Parameters

index  Int32
The index.
pShellColumnId  SHCOLUMNID
A SHCOLUMNID that serves as identifier of the column.
See Also