AutoRecover.Time 属性

定义

设置或返回 对象的时间间隔 AutoRecover

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

属性值

注解

允许的值为从 1 到 120 分钟的整数。 默认值为 10 分钟。

输入的小数值将舍入为最接近的整数。 例如,输入的 5.5 与 6 等价。

如果输入了超出有效范围的时间值,Microsoft Excel 将还原到以前使用的时间值。

适用于