Get the index of the given element in the collection.
Namespace: TallComponents.InteractionAssembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.43.1
Syntax
| C# |
|---|
public int IndexOf( TElement element ) |
| Visual Basic |
|---|
Public Function IndexOf ( _ element As TElement _ ) As Integer |
Parameters
- element
- Type: TElement
The element.