Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Localization Namespace / LanguagePackage Class / MapAlias Method / MapAlias(Boolean,String) Method
The System.Boolean value.
A string value indicates the keyword.


In This Topic
    MapAlias(Boolean,String) Method
    In This Topic
    Maps a string value to the specified System.Boolean value.
    Syntax
    'Declaration
     
    
    Public Overloads Sub MapAlias( _
       ByVal value As Boolean, _
       ByVal keyword As String _
    ) 
    'Usage
     
    
    Dim instance As LanguagePackage
    Dim value As Boolean
    Dim keyword As String
     
    instance.MapAlias(value, keyword)
    public void MapAlias( 
       bool value,
       string keyword
    )

    Parameters

    value
    The System.Boolean value.
    keyword
    A string value indicates the keyword.
    See Also