Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / 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
    java.util.List<IRange> getDependents( 
       boolean includeIndirect
    )

    Parameters

    includeIndirect
    Include the indirect dependent cells.
    See Also