Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Localization Namespace / LanguagePackage Class / GetArgumentTypeName Method
A GrapeCity.CalcEngine.ValueType value indicates the type of the parameter value.


In This Topic
    GetArgumentTypeName Method
    In This Topic
    Gets the parameter name for the specified value type.
    Syntax
    'Declaration
     
    
    Public Overridable Function GetArgumentTypeName( _
       ByVal type As ValueType _
    ) As String
    'Usage
     
    
    Dim instance As LanguagePackage
    Dim type As ValueType
    Dim value As String
     
    value = instance.GetArgumentTypeName(type)
    public virtual string GetArgumentTypeName( 
       ValueType type
    )

    Parameters

    type
    A GrapeCity.CalcEngine.ValueType value indicates the type of the parameter value.
    See Also