ComponentOne Maps for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Editor.C1SpellChecker Namespace / WordDictionary Class / Add Method

In This Topic
    Add Method (WordDictionary)
    In This Topic
    Syntax
    'Declaration
     
    Public Sub Add( _
       ByVal key As System.String, _
       ByVal value As System.String _
    ) 
    public void Add( 
       System.string key,
       System.string value
    )

    Parameters

    key
    value
    See Also