[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.CalculatorButtonMappingCollection.Item

this Property

this[Keys]

Gets the key according to special key.

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

A Keys instance indicates the special key.

this[int]

Gets the key according to the special index.

Declaration
public string this[int index] { get; }
Public ReadOnly Default Property Item(index As Integer) As String
Parameters
Type Name Description
int index
Property Value
Type Description
string

A int instance indicates the special index.