ShellViewColumnsIndexOf Method (SHCOLUMNID) |
Returns the index of the column with the passed
SHCOLUMNID.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax public int IndexOf(
SHCOLUMNID pShellColumnId
)
Public Function IndexOf (
pShellColumnId As SHCOLUMNID
) As Integer
public:
int IndexOf(
SHCOLUMNID pShellColumnId
)
member IndexOf :
pShellColumnId : SHCOLUMNID -> int
Parameters
- pShellColumnId
- Type: Jam.ShellSHCOLUMNID
A SHCOLUMNID that serves as identifier of the column.
Return Value
Type:
Int32The index of
pShellColumnId if found in the list; otherwise, -1.
See Also