[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.CharBoxInfoCollection.Insert

Insert Method

Insert(int, CharBoxInfo)

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

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

An int indicates the index.

CharBoxInfo CharBoxInfo

A CharBoxInfo indicates the inserted char box.