Spread WPF 18
GrapeCity.CalcEngine Namespace / Function Class / MaxSupportedArguments Field


In This Topic
    MaxSupportedArguments Field
    In This Topic
    The maximum number of arguments supported by the function.
    Syntax
    'Declaration
     
    Public Shared MaxSupportedArguments As Integer
    'Usage
     
    Dim value As Integer
     
    value = Function.MaxSupportedArguments
     
    Function.MaxSupportedArguments = value
    public static int MaxSupportedArguments
    See Also