Share via


ODBCConnection.RefreshPeriod Property

Returns or sets the number of minutes between refreshes. Read/write Integer.

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

Syntax

'Declaration
Property RefreshPeriod As Integer
    Get
    Set
'Usage
Dim instance As ODBCConnection
Dim value As Integer

value = instance.RefreshPeriod

instance.RefreshPeriod = value
int RefreshPeriod { get; set; }

Property Value

Type: System.Int32
Integer

Remarks

Setting the period to 0 (zero) disables automatic timed refreshes and is equivalent to setting this property to Null. The value of the RefreshPeriod property can be an integer from 0 through 32767.

See Also

Reference

ODBCConnection Interface

ODBCConnection Members

Microsoft.Office.Interop.Excel Namespace