Workbook.AutoUpdateFrequency Property

Definition

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.

Applies to