[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.BaseKeyCollection.Insert

Insert Method

Insert(int, string, object)

Inserts an element with the specified key and value at the specified index of the BaseKeyCollection.

Declaration
protected void Insert(int index, string key, object value)
Protected Sub Insert(index As Integer, key As String, value As Object)
Parameters
Type Name Description
int index

The zero-based index at which the element should be inserted.

string key

The key of the element to insert.

object value

The value of the element to insert.