CalcEngine for .NET
C1.CalcEngine Namespace / C1CalcEngine Class / GetExpressionItems Method

In This Topic
    GetExpressionItems Method (C1CalcEngine)
    In This Topic
    Gets a enumerator of ExpressionItem of the current context.
    Syntax
    'Declaration
     
    
    Public Function GetExpressionItems() As IEnumerable(Of ExpressionItem)
    public IEnumerable<ExpressionItem> GetExpressionItems()
    See Also