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


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

    Property Value

    The minimum number of arguments for the function.
    See Also