Watches.Add(Object) Method
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.
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.