Click or drag to resize

ShellBrowserGetShColumnIdFromColumnNumber Method

Returns the ShColumnID for the given shell column number.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.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