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

In This Topic
    IsMultiArguments Property
    In This Topic
    Gets or sets a value indicating whether the expression element has an argument range.
    Syntax
    'Declaration
     
    
    Public Property IsMultiArguments As Boolean
    public bool IsMultiArguments {get; set;}
    See Also