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


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

    Property Value

    The maximum number of arguments for the function.
    See Also