Spread WPF 17
GrapeCity.CalcEngine.Functions Namespace / CalcFunction Class / MaxArgs Property


In This Topic
    MaxArgs Property (CalcFunction)
    In This Topic
    Gets the maximum number of arguments for the function.
    Syntax
    'Declaration
     
    Public MustOverride ReadOnly Property MaxArgs As Integer
    'Usage
     
    Dim instance As CalcFunction
    Dim value As Integer
     
    value = instance.MaxArgs
    public abstract int MaxArgs {get;}

    Property Value

    The maximum number of arguments for the function.
    See Also