Determines the index of a specific Column in the IList<(Of <(<'T>)>)>.
Namespace: Dapfor.Wpf.ControlsAssembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)
Syntax
| C# |
|---|
public int IndexOf( Column item ) |
| Visual Basic |
|---|
Public Function IndexOf ( item As Column ) As Integer |
| Visual C++ |
|---|
public: virtual int IndexOf( Column^ item ) sealed |
| F# |
|---|
abstract IndexOf : item : Column -> int override IndexOf : item : Column -> int |
Parameters
- item
- Type: Dapfor.Wpf.Controls..::..Column
The Column to locate in the IList<(Of <(<'T>)>)>.
Return Value
Type: Int32The index of item if found in the list; otherwise, -1.