Watches.Add(Object) Method

Definition

Adds a range which is tracked when the worksheet is recalculated. Returns a Watch object.

public:
 Microsoft::Office::Interop::Excel::Watch ^ Add(System::Object ^ Source);
public Microsoft.Office.Interop.Excel.Watch Add (object Source);
Public Function Add (Source As Object) As Watch

Parameters

Source
Object

Required Object. The source for the range.

Returns

Applies to