[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.SubItemCollectionInfo.Insert

Insert Method

Insert(int, SubItemInfo)

Inserts an item to the collection at the specified position

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

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

SubItemInfo item

The item to insert into the collection.