This topic has not yet been rated - Rate this topic

AutoRecover.Time Property 

Sets or returns the time interval for the AutoRecover object.

Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in microsoft.office.interop.excel.dll)

'Usage
Dim autoRecover1 As AutoRecover

Dim returnValue As Integer
returnValue = autoRecover1.Time

Dim sampleValue As Integer
autoRecover1.Time = sampleValue

int Time {get; set;}
public int get_Time();
public void set_Time(int);
function get Time() : int;
function set Time(int);

Permissible values are integers from 1 to 120 minutes. The default value is 10 minutes.

Entering a decimal value will round to the nearest whole number. For example, entering a value of 5.5 is the equivalent of 6.

If time values outside the valid range are entered, Microsoft Excel will revert to the previous time value used.


Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.