Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel.Expressions Namespace / NonTerminalNode Class / Children Property
In This Topic
    Children Property (NonTerminalNode)
    In This Topic
    Gets children of a non-terminal node.
    Syntax
    public override System.Collections.Generic.IList<SyntaxNode> Children {get;}
    See Also