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