Spread WinForms 15
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

Property Value

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