NamedRange::ShowDependents Method (Object^)

 

Draws tracer arrows to the direct dependents of the NamedRange control.

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

Object^ ShowDependents(
	Object^ Remove
)

Parameters

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

The NamedRange control must be a single cell.

For information on optional parameters, see Optional Parameters in Office Solutions.

The following code example makes cell A1 a dependent of a NamedRange. The example then uses the ShowDependents method to draw an arrow between the NamedRange and the dependent cell, and calls the NavigateArrow method to select the dependent cell.

This example is for a document-level customization.

No code example is currently available or this language may not be supported.
Return to top
Show: