[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.CalculatorButtonMappingCollection.AddRange

AddRange Method

AddRange(Keys[], string[])

Adds some items the the CalculatorButtonMappingCollection.

Declaration
public void AddRange(Keys[] keys, string[] buttonKeys)
Public Sub AddRange(keys As Keys(), buttonKeys As String())
Parameters
Type Name Description
Keys[] keys

The Keys array value indicates some special buttons.

string[] buttonKeys

The string array value indicates the button keys.

Exceptions
Type Condition
ArgumentException

The length of keys and buttonKeys array must be the same.