[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.ListColumnCollectionInfo.Insert

Insert Method

Insert(int, ListColumnInfo)

Inserts an item in the collection at the specified position.

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

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

ListColumnInfo item

The object to insert into the collection.