TDataConnectionTables Class
Collection of HTML tables in a web query connection.
Syntax
Unit: FlexCel.Core
TDataConnectionTables = class(TFlexCelObject);
Methods
| Name |
Description |
| Add |
Adds a new table to the list.
|
| RemoveAt |
Removes a table from the list.
|
| Clear |
Removes all tables from the list.
|
| Equals |
Returns true if object obj has the same data in the same order.
|
| GetHashCode |
Returns the hashcode of the object.
|
Properties
| Name |
Description |
| Count |
Count of available tables.
|
| Item[const index] |
Gets or sets the table at position index (0 based).
|