[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.BaseKeyCollection.Add

Add Method

Add(string, object)

Adds an element with the specified key and value to the end of the BaseKeyCollection.

Declaration
protected int Add(string key, object value)
Protected Function Add(key As String, value As Object) As Integer
Parameters
Type Name Description
string key

The key of the element to add.

object value

The value of the element to add.

Returns
Type Description
int

The index of the added item in BaseKeyCollection.