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.
getCount()Gets the number of elements contained in.
isNull()Checks whether the implementation object is null.

get(number)

Gets the querytable by the specific index.

get(index: number) : QueryTable;

Parameters:

ParameterTypeDescription
indexnumberThe index.

Returns

The querytable

getCount()

Gets the number of elements contained in.

getCount() : number;

isNull()

Checks whether the implementation object is null.

isNull() : boolean;