Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel.expressions Package / SyntaxNode Class / getChildren Method
In This Topic
    getChildren Method
    In This Topic
    Gets children of a non-terminal node. Elements are not nullable.
    Syntax
    public abstract java.util.List<SyntaxNode> getChildren()
    See Also