Range.ShowDependents(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.
Draws tracer arrows to the direct dependents of the range.
public object ShowDependents (object Remove);
Public Function ShowDependents (Optional Remove As Object) As Object
Parameters
- Remove
- Object
Optional Object. True to remove one level of tracer arrows to direct dependents; False to expand one level of tracer arrows. The default value is False.