AutoRecover Interface

Represents the automatic recovery features of a workbook.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("0002445A-0000-0000-C000-000000000046")> _
Public Interface AutoRecover
'Usage
Dim instance As AutoRecover
[InterfaceTypeAttribute()]
[GuidAttribute("0002445A-0000-0000-C000-000000000046")]
public interface AutoRecover

Remarks

Properties for the AutoRecover object determine the path and time interval for backing up all files.

Use the AutoRecover property of the _Application object to return an AutoRecover object.

Use the Path property of the AutoRecover object to set the path for where the AutoRecover file will be saved.

Use the Time property of the AutoRecover object to set the time interval for backing up all files.

Note   Units for the Time property are in minutes.

See Also

Reference

AutoRecover Members

Microsoft.Office.Interop.Excel Namespace