Share via


PivotCache.RefreshPeriod Property

Returns or sets the number of minutes between refreshes.

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 PivotCache
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.

See Also

Reference

PivotCache Interface

PivotCache Members

Microsoft.Office.Interop.Excel Namespace