[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.ShortcutDictionary.Keys

Keys Property

Keys

Gets a collection that contains the keys of the all elements.

Declaration
public ICollection<Keys> Keys { get; }
Public ReadOnly Property Keys As ICollection(Of Keys)
Property Value
Type Description
ICollection<Keys>

A Keys collection that contains the keys of the collection.

Implements