TableItem Property
Gets the row at the the given index (One based).

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

value = instance(index)

Parameters

index
Type: SystemInt32
Index starting at one.

Return Value

Type: Object
TableRow
See Also