[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Expressions.SyntaxNode.Children

Children Property

Children

Gets children of a non-terminal node. Elements are not nullable.

Declaration
public abstract IList<SyntaxNode> Children { get; }
Public MustOverride ReadOnly Property Children As IList(Of SyntaxNode)