_Workbook.AutoUpdateFrequency 属性

定义

以分钟为单位返回或设置对共享工作簿进行自动更新的时间间隔。 Integer 型,可读/写。

public:
 property int AutoUpdateFrequency { int get(); void set(int value); };
public int AutoUpdateFrequency { get; set; }
Public Property AutoUpdateFrequency As Integer

属性值

注解

AutoUpdateFrequency 属性必须设置为 5 到 1,440 的值,此属性才能生效。

适用于