| Table Class |
Namespace: Selenium
Dim instance As Table
The Table type exposes the following members.
| Name | Description | |
|---|---|---|
| Dispose |
Release the resources.
| |
| From |
Loads the data from the source. Can be an excel address or a range.
| |
| GetEnumerator |
For Each enumerator
| |
| ToExcel |
Copies the values to Excel. The target can be an address, a worksheet or a range.
| |
| Values |
Returns the values in a 2dim array.
| |
| Where |
Filter the rows using the given SQL like expression.
|
| Name | Description | |
|---|---|---|
| Count |
Returns the number of rows
| |
| Item |
Gets the row at the the given index (One based).
|