_QueryTable.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 _QueryTable
Dim value As Integer
value = instance.RefreshPeriod
instance.RefreshPeriod = value
int RefreshPeriod { get; set; }
Property Value
Type: System.Int32
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 32,767.