Click or drag to resize

JamShellColumnCollectionAddHeader Method (Int32, Int32)

Adds the header at the specified position. Doesn't load contents.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.0
Syntax
public JamShellColumnHeader AddHeader(
	int pPosition,
	int pShellIndex
)

Parameters

pPosition
Type: SystemInt32
The position to add the column at.
pShellIndex
Type: SystemInt32
The shell index of the column.

Return Value

Type: JamShellColumnHeader
The added JamShellColumnHeader.
See Also