Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IRange Interface / GetFullDependents Method


In This Topic
    GetFullDependents Method
    In This Topic
    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.
    Syntax
    'Declaration
     
    
    Function GetFullDependents() As IRange()
    'Usage
     
    
    Dim instance As IRange
    Dim value() As IRange
     
    value = instance.GetFullDependents()
    IRange[] GetFullDependents()
    Remarks
    The method can trace remote references.
    See Also