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