Workbook.AutoUpdateFrequency Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the number of minutes between automatic updates to the shared workbook.
public:
property int AutoUpdateFrequency { int get(); void set(int value); };
public int AutoUpdateFrequency { get; set; }
member this.AutoUpdateFrequency : int with get, set
Public Property AutoUpdateFrequency As Integer
Property Value
The number of minutes between automatic updates to the shared workbook.
Remarks
This property must be set to a value from 5 to 1440 for this property to take effect.