Compartilhar via


OLEDBConnection.CancelRefresh Method

Cancels all refresh operations in progress for the specified OLE DB 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 OLEDBConnection

instance.CancelRefresh()
void CancelRefresh()

Remarks

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

See Also

Reference

OLEDBConnection Interface

OLEDBConnection Members

Microsoft.Office.Interop.Excel Namespace