[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.IRange.Dependents

Dependents Property

Dependents

Returns a IRange object that represents the range containing all the dependents of a cell. This can be a multiple selection (a union of Range objects) if there's more than one dependent.

Declaration
IRange Dependents { get; }
ReadOnly Property Dependents As IRange
Property Value
Type Description
IRange

A Range object that represents the range containing all the dependents of a cell.

Remarks

The Dependents property only works on the active sheet and can not trace remote references.