JamBaseShellListViewGetIndexOfShColumnId Method (SHCOLUMNID, Boolean) | 
 
            Returns the local index for the given ShellColumnID.
            
 
    Namespace: 
   Jam.Shell
    Assembly:
   ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntaxprotected int GetIndexOfShColumnId(
	SHCOLUMNID p_ColID,
	bool mustBeVisible
)
Protected Function GetIndexOfShColumnId ( 
	p_ColID As SHCOLUMNID,
	mustBeVisible As Boolean
) As Integer
protected:
int GetIndexOfShColumnId(
	SHCOLUMNID p_ColID, 
	bool mustBeVisible
)
member GetIndexOfShColumnId : 
        p_ColID : SHCOLUMNID * 
        mustBeVisible : bool -> int 
Parameters
- p_ColID
 - Type: Jam.ShellSHCOLUMNID
A ShellColumnID. - mustBeVisible
 - Type: SystemBoolean
if true only returns indexes of visible columns 
Return Value
Type: 
Int32The local column index.
See Also