Click or drag to resize

JamShellColumnCollectionGetColumnByShellIndex Method

Gets the JamShellColumnHeader identified by the passed shell index.

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

Parameters

pShellIndex  Int32
The shell index of the column.

Return Value

JamShellColumnHeader
The JamShellColumnHeader with the specified shell index.

Implements

IJamShellColumnCollectionGetColumnByShellIndex(Int32)
See Also