AutoRecover Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the automatic recovery features of a workbook.
public interface class AutoRecover
[System.Runtime.InteropServices.Guid("0002445A-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(2)]
public interface AutoRecover
Public Interface AutoRecover
- Attributes
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.
Properties
Application |
Returns an Application object that represents the Microsoft Excel application. |
Creator |
Returns a 32-bit integer that indicates the application in which this object was created. |
Enabled |
True if the object is enabled. |
Parent |
Returns the parent object for the specified object. |
Path |
Sets or returns the complete path to where Microsoft Excel will store the AutoRecover temporary files. |
Time |
Sets or returns the time interval for the AutoRecover object. |