Click or drag to resize

ShellBrowserGetIndexOfShColumnID Method

Gets the shell index for a given ShColumnID.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.0
Syntax
public int GetIndexOfShColumnID(
	SHCOLUMNID columnID
)

Parameters

columnID
Type: Jam.ShellSHCOLUMNID
A SHCOLUMNID.

Return Value

Type: Int32
The index of the given ShColumnId or -1 if could not be found.
See Also