QueryTableCollection.Item

QueryTableCollection indexer

Gets the querytable by the specific index.

public QueryTable this[int index] { get; }
ParameterDescription
indexThe index.

Return Value

The querytable

See Also