Click or drag to resize

ShellViewColumnsIndexOf Method (SHCOLUMNID)

Returns the index of the column with the passed SHCOLUMNID.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.0
Syntax
public int IndexOf(
	SHCOLUMNID pShellColumnId
)

Parameters

pShellColumnId
Type: Jam.ShellSHCOLUMNID
A SHCOLUMNID that serves as identifier of the column.

Return Value

Type: Int32
The index of pShellColumnId if found in the list; otherwise, -1.
See Also