Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ShortcutDictionary Class / AddRange Method
The ShortcutDictionaryEntry array with a set of key/value pairs.


In This Topic
    AddRange Method (ShortcutDictionary)
    In This Topic
    Adds a ShortcutDictionaryEntry array with a set of key/value pairs to the ShortcutDictionary.
    Syntax
    'Declaration
     
    
    Public Sub AddRange( _
       ByVal entries() As ShortcutDictionaryEntry _
    ) 
    'Usage
     
    
    Dim instance As ShortcutDictionary
    Dim entries() As ShortcutDictionaryEntry
     
    instance.AddRange(entries)
    public void AddRange( 
       ShortcutDictionaryEntry[] entries
    )

    Parameters

    entries
    The ShortcutDictionaryEntry array with a set of key/value pairs.
    Remarks
    This method is used by the MultiRow internal structure. It is not recommended for use.
    See Also