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.2
Syntax
public SHCOLUMNID GetShColumnIdFromColumnNumber(
	int pShellIndex
)

Parameters

pShellIndex  Int32
A shell column number.

Return Value

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