Spread Windows Forms 15.0
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / Expression Class / NodeCount Property


In This Topic
    NodeCount Property
    In This Topic
    Gets the total count of child expression(s).
    Syntax
    'Declaration
     
    
    Public ReadOnly Property NodeCount As Integer
    'Usage
     
    
    Dim instance As Expression
    Dim value As Integer
     
    value = instance.NodeCount
    public int NodeCount {get;}

    Property Value

    An integer value indicates the total count of child expression(s).
    See Also