QueryTableCollection
QueryTableCollection class
A collection of QueryTableCollection objects that represent QueryTable collection information.
class QueryTableCollection;
Methods
Method | Description |
---|---|
get(number) | Gets the querytable by the specific index. |
get(number)
Gets the querytable by the specific index.
get(index: number) : QueryTable;
Parameters:
Parameter | Type | Description |
---|---|---|
index | number | The index. |
Returns
The querytable