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

    Parameters

    includeIndirect
    Include the indirect precedent cells.

    Return Value

    The precedent ranges.
    See Also