[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.CharBoxCollection.Insert

Insert Method

Insert(int, CharBox)

Inserts a char box into the collection at the given index.

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

An int indicates the index.

CharBox charBox

A CharBox indicates the inserted char box.