[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.CollectionBase-1.Insert

Insert Method

Insert(int, T)

Inserts the specified T into the collection at the specified index.

Declaration
public void Insert(int index, T value)
Public Sub Insert(index As Integer, value As T)
Parameters
Type Name Description
int index

The zero-based index where the specified object should be inserted.

T value

The T to insert.