ListLastIndexOf Method
The index of the value starting from the end.

Namespace: Selenium
Assembly: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
Syntax
VB Usage
Dim instance As List
Dim value As Object
Dim returnValue As Integer

returnValue = instance.LastIndexOf(value)

Parameters

value
Type: SystemObject

[Missing <param name="value"/> documentation for "M:Selenium.List.LastIndexOf(System.Object)"]

Return Value

Type: Int32

[Missing <returns> documentation for "M:Selenium.List.LastIndexOf(System.Object)"]

See Also