[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.ListItemCollection.Insert

Insert Method

Insert(int, ListItem)

Inserts an item to the collection at the specified position

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

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

ListItem item

The ListItem item to insert into the collectin.