Range.Dependents Property
Returns a Range object that represents the range containing all the dependents of a cell.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property Dependents As Range
Get
'Usage
Dim instance As Range
Dim value As Range
value = instance.Dependents
Range Dependents { get; }
Property Value
Type: Microsoft.Office.Interop.Excel.Range
Remarks
This can be a multiple selection (a union of Range objects) if there’s more than one dependent.
The Dependents property only works on the active sheet and can not trace remote references.