Click or drag to resize

QueryTableCollection Item Property

Gets the querytable by the specific index.

Namespace: Spire.Xls.Collections
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public QueryTableXls this[
	int index
] { get; }

Parameters

index
Type: System Int32
The index.

Return Value

Type: QueryTableXls
The querytable
See Also