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


In This Topic
    GetOverloads Method
    In This Topic
    Gets the total number of function overloads.
    Syntax
    'Declaration
     
    
    Public Shared Function GetOverloads( _
       ByVal function As Function _
    ) As Integer
    'Usage
     
    
    Dim function As Function
    Dim value As Integer
     
    value = LanguagePackage.GetOverloads(function)
    public static int GetOverloads( 
       Function function
    )

    Parameters

    function
    The function to extract information.

    Return Value

    The total number of function overloads.
    See Also