Click or drag to resize

JamShellColumnCollectionGetColumnByShellIndex Method

Gets the JamShellColumnHeader identified by the passed shell index.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public JamShellColumnHeader GetColumnByShellIndex(
	int pShellIndex
)

Parameters

pShellIndex
Type: SystemInt32
The shell index of the column.

Return Value

Type: JamShellColumnHeader
The JamShellColumnHeader with the specified shell index.

Implements

IJamShellColumnCollectionGetColumnByShellIndex(Int32)
See Also