Table Class
Table object
Inheritance Hierarchy
SystemObject
  SeleniumTable

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

The Table type exposes the following members.

Constructors
  NameDescription
Public methodTable
Creates a new Table object.
Top
Methods
  NameDescription
Public methodDispose
Release the resources.
Public methodFrom
Loads the data from the source. Can be an excel address or a range.
Public methodGetEnumerator
For Each enumerator
Public methodToExcel
Copies the values to Excel. The target can be an address, a worksheet or a range.
Public methodValues
Returns the values in a 2dim array.
Public methodWhere
Filter the rows using the given SQL like expression.
Top
Properties
  NameDescription
Public propertyCount
Returns the number of rows
Public propertyItem
Gets the row at the the given index (One based).
Top
See Also