Share via


Range.ShowDependents Method

Draws tracer arrows to the direct dependents of the range.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Function ShowDependents ( _
    Remove As Object _
) As Object
'Usage
Dim instance As Range
Dim Remove As Object
Dim returnValue As Object

returnValue = instance.ShowDependents(Remove)
Object ShowDependents(
    Object Remove
)

Parameters

  • Remove
    Type: System.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.

Return Value

Type: System.Object

See Also

Reference

Range Interface

Range Members

Microsoft.Office.Interop.Excel Namespace