Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / IRange Interface / getPrecedents Method / getPrecedents(boolean) Method
In This Topic
    getPrecedents(boolean) Method
    In This Topic
    Gets the precedent ranges of all the cells of the range.
    Syntax
    java.util.List<IRange> getPrecedents( 
       boolean includeInDirect
    )

    Parameters

    includeInDirect
    See Also