Table Methods

The Table type exposes the following members.

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
See Also