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

    Return Value

    The precedent ranges.
    See Also