_QueryTable.CancelRefresh Method
Cancels all background queries for the specified query table. Use the Refreshing property to determine whether a background query is currently in progress.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Sub CancelRefresh
'Usage
Dim instance As _QueryTable
instance.CancelRefresh()
void CancelRefresh()