_Application.AutoRecover Property

Definition

Returns an AutoRecover object, which backs up all file formats on a timed interval.

public:
 property Microsoft::Office::Interop::Excel::AutoRecover ^ AutoRecover { Microsoft::Office::Interop::Excel::AutoRecover ^ get(); };
public Microsoft.Office.Interop.Excel.AutoRecover AutoRecover { get; }
Public ReadOnly Property AutoRecover As AutoRecover

Property Value

Remarks

Valid time intervals are whole numbers from 1 to 120.

Applies to