Click or drag to resize

ShellViewColumnsIndexOf(SHCOLUMNID) Method

Returns the index of the column with the passed SHCOLUMNID.

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

Parameters

pShellColumnId  SHCOLUMNID
A SHCOLUMNID that serves as identifier of the column.

Return Value

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