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


In This Topic
    MaxArgs Property (CalcAveDevFunction)
    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 CalcAveDevFunction
    Dim value As Integer
     
    value = instance.MaxArgs
    public override int MaxArgs {get;}
    See Also