[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.ShortcutDictionary.Add

Add Method

Add(Keys, string)

Adds a Keys/String element to the collection.

Declaration
public void Add(Keys key, string value)
Public Sub Add(key As Keys, value As String)
Parameters
Type Name Description
Keys key

The Keys to use as the keys of the shortcut.

string value

The string to use as the value of the shortcut.

Implements