Click or drag to resize

JamShellColumnCollectionAddHeader(Int32, SHCOLUMNID) Method

Adds the header at the specified position.

Namespace: Jam.Shell
Assembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntax
public JamShellColumnHeader AddHeader(
	int pPosition,
	SHCOLUMNID pShellColumnId
)

Parameters

pPosition  Int32
The position.
pShellColumnId  SHCOLUMNID
A SHCOLUMNID representing the column.

Return Value

JamShellColumnHeader
The added JamShellColumnHeader.
See Also