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; }
Public ReadOnly Property QueryTables As QueryTableCollection
Get
public:
property QueryTableCollection^ QueryTables {
QueryTableCollection^ get ();
}
member QueryTables : QueryTableCollection with get
Return Value
Type:
QueryTableCollection
A QueryTableCollection object representing the query tables.
See Also