[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.ItemTemplateCollectionInfo.Insert

Insert Method

Insert(int, ItemTemplateInfo)

Inserts an item in the collection at the specified position.

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

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

ItemTemplateInfo item

The ItemTemplateInfo object to insert into the collection.