[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.IRange.GetFullDependents

GetFullDependents Method

GetFullDependents()

Returns an array of IRange object that represents the ranges 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[] GetFullDependents()
Function GetFullDependents() As IRange()
Returns
Type Description
IRange[]

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

Remarks

The method can trace remote references.