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