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.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
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