Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / IRange Interface / GetDependents Method / GetDependents(Boolean) Method
Include the indirect dependent cells.
In This Topic
    GetDependents(Boolean) Method
    In This Topic
    Gets the dependent ranges of all the cells of the range.
    Syntax
    System.Collections.Generic.IReadOnlyList<IRange> GetDependents( 
       System.bool includeIndirect
    )

    Parameters

    includeIndirect
    Include the indirect dependent cells.

    Return Value

    The dependent ranges.
    See Also