_Workbook.AutoUpdateFrequency Property

Returns or sets the number of minutes between automatic updates to the shared workbook. Read/write Integer.

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

Syntax

'Declaration
Property AutoUpdateFrequency As Integer
    Get
    Set
'Usage
Dim instance As _Workbook
Dim value As Integer

value = instance.AutoUpdateFrequency

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

Property Value

Type: System.Int32

Remarks

The AutoUpdateFrequency property must be set to a value from 5 to 1,440 for this property to take effect.

See Also

Reference

_Workbook Interface

_Workbook Members

Microsoft.Office.Interop.Excel Namespace