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

In This Topic
    Name Property (ExpressionItem)
    In This Topic
    Gets or sets the name of expression item.
    Syntax
    'Declaration
     
    
    Public Property Name As String
    public string Name {get; set;}
    See Also