Click or drag to resize

ShellBrowserGetShColumnIdFromColumnNumber Method

Returns the ShColumnID for the given shell column number.

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

Parameters

pShellIndex
Type: SystemInt32
A shell column number.

Return Value

Type: SHCOLUMNID
The ShColumnID for the given shell column number. Returns ShellApi.ShellColumnInvalid if GetIShellDetails or MapColumnToSCID fails.
See Also