Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Localization Namespace / LanguagePackage Class / GetMinimumArgumentCount Method
The function to extract information.


In This Topic
    GetMinimumArgumentCount Method
    In This Topic
    Gets the minimum number of arguments must be passed to the function.
    Syntax
    'Declaration
     
    
    Public Shared Function GetMinimumArgumentCount( _
       ByVal function As Function, _
       ByVal overload As Integer _
    ) As Integer
    'Usage
     
    
    Dim function As Function
    Dim overload As Integer
    Dim value As Integer
     
    value = LanguagePackage.GetMinimumArgumentCount(function, overload)
    public static int GetMinimumArgumentCount( 
       Function function,
       int overload
    )

    Parameters

    function
    The function to extract information.
    overload
    See Also