Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / IRange Interface / GetDependents Method / GetDependents() Method
In This Topic
    GetDependents() Method
    In This Topic
    Gets the dependent ranges of the left top cell of the range.
    Syntax
    System.Collections.Generic.IReadOnlyList<IRange> GetDependents()

    Return Value

    The dependent ranges.
    See Also