[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.ListItemCollectionInfo.Insert

Insert Method

Insert(int, ListItemInfo)

Inserts an item in the collection at the specified position.

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

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

ListItemInfo item

The ListItemInfo item to insert into the collectin.