CalcEngine for .NET
C1.CalcEngine Namespace / ExpressionItem Class / ItemType Property

In This Topic
    ItemType Property
    In This Topic
    Gets or sets the type of expression item.
    Syntax
    'Declaration
     
    
    Public Property ItemType As ItemType
    public ItemType ItemType {get; set;}
    See Also