TableRowItem Property
Gets or sets the value associated with the column identifier

Namespace: Selenium
Assembly: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
Syntax
VB Usage
Dim instance As TableRow
Dim identifier As Object
Dim value As Object

value = instance(identifier)

instance(identifier) = value

Parameters

identifier
Type: SystemObject
Name of the colum or index

Return Value

Type: Object
See Also