Click or drag to resize

XlsWorksheetBase QueryTables Property

Gets the collection of query tables in the worksheet.

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public QueryTableCollection QueryTables { get; }

Return Value

Type: QueryTableCollection
A QueryTableCollection object representing the query tables.
See Also