[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.ShortcutDictionary.Item

this Property

this[Keys]

Gets or sets the element with the specified key.

Declaration
public string this[Keys key] { get; set; }
Public Default Property Item(key As Keys) As String
Parameters
Type Name Description
Keys key

The key of the element to get or set.

Property Value
Type Description
string

The element with the specified key.

Implements
Exceptions
Type Condition
ArgumentNullException

The assigned value is null.

ArgumentException

The assigned value is an invalid action name.