Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IRange Interface / Dependents Property


In This Topic
    Dependents Property
    In This Topic
    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.
    Syntax
    'Declaration
     
    
    ReadOnly Property Dependents As IRange
    'Usage
     
    
    Dim instance As IRange
    Dim value As IRange
     
    value = instance.Dependents
    IRange Dependents {get;}

    Property Value

    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.
    See Also