TableRow Class
DataRow object
Inheritance Hierarchy
SystemObject
  SeleniumTableRow

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

The TableRow type exposes the following members.

Methods
  NameDescription
Public methodCell
Gets the Excel range if any asscociated with the column identifier
Top
Properties
  NameDescription
Public propertyItem
Gets or sets the value associated with the column identifier
Public propertyValues
Gets an array containing all the values of the row
Top
See Also