Click or drag to resize

JamBaseShellListViewGetIndexOfShColumnId Method (SHCOLUMNID)

Returns the local index for the given ShellColumnID (if the column is existing and visible)

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

Parameters

p_ColID
Type: Jam.ShellSHCOLUMNID
A ShellColumnID.

Return Value

Type: Int32
The local column index.
See Also