Spread Windows Forms 17
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / BinaryOperatorExpression Class / NodeCount Property


In This Topic
    NodeCount Property (BinaryOperatorExpression)
    In This Topic
    Gets the total count of child expression(s).
    Syntax
    'Declaration
     
    
    Public ReadOnly Property NodeCount As Integer
    'Usage
     
    
    Dim instance As BinaryOperatorExpression
    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