QueryTableCollection

QueryTableCollection class

A collection of QueryTableCollection objects that represent QueryTable collection information.

class QueryTableCollection;

Methods

MethodDescription
get(number)Gets the querytable by the specific index.

get(number)

Gets the querytable by the specific index.

get(index: number) : QueryTable;

Parameters:

ParameterTypeDescription
indexnumberThe index.

Returns

The querytable