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.20.0
Syntax
| C# |
|---|
public int IndexOf( TElement element ) |
| Visual Basic (Declaration) |
|---|
Public Function IndexOf ( _ element As TElement _ ) As Integer |
Parameters
- element
- Type: TElement
The element.