Share via


ODBCConnection.CancelRefresh Method

Cancels all refresh operations in progress for the specified ODBC connection.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Sub CancelRefresh
'Usage
Dim instance As ODBCConnection

instance.CancelRefresh()
void CancelRefresh()

Remarks

Use the Refreshing property to determine whether a refresh operation is currently in progress.

See Also

Reference

ODBCConnection Interface

ODBCConnection Members

Microsoft.Office.Interop.Excel Namespace