Click or drag to resize

JamBaseShellListViewGetIndexOfShColumnId(SHCOLUMNID) Method

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.2
Syntax
public int GetIndexOfShColumnId(
	SHCOLUMNID p_ColID
)

Parameters

p_ColID  SHCOLUMNID
A ShellColumnID.

Return Value

Int32
The local column index.
See Also