Click or drag to resize

ShellViewColumnsIndexOf Method (ShellViewColumn)

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.0
Syntax
public int IndexOf(
	ShellViewColumn item
)

Parameters

item
Type: Jam.ShellShellViewColumn
The object to locate in the IListT.

Return Value

Type: Int32
The index of item if found in the list; otherwise, -1.

Implements

IListTIndexOf(T)
See Also