RTD.ThrottleInterval Property
Returns or sets an Integer indicating the time interval between updates.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property ThrottleInterval As Integer
Get
Set
'Usage
Dim instance As RTD
Dim value As Integer
value = instance.ThrottleInterval
instance.ThrottleInterval = value
int ThrottleInterval { get; set; }
Property Value
Type: System.Int32
Remarks
The default value is 2000 milliseconds. If this value is changed, the new value will persist when Microsoft Excel is restarted.