_Application.Watches Property
Returns a Watches object representing a range which is tracked when the worksheet is recalculated.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property Watches As Watches
Get
'Usage
Dim instance As _Application
Dim value As Watches
value = instance.Watches
Watches Watches { get; }
Property Value
Type: Microsoft.Office.Interop.Excel.Watches