[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.CharBoxInfoCollection.Add

Add Method

Add(CharBoxInfo)

Adds a char box to the collection.

Declaration
public int Add(CharBoxInfo CharBoxInfo)
Public Function Add(CharBoxInfo As CharBoxInfo) As Integer
Parameters
Type Name Description
CharBoxInfo CharBoxInfo

A CharBoxInfo indicates the char box.

Returns
Type Description
int

A int indicates the index of the char box.

Add(CharBoxInfo, int)

Adds a CharBoxInfo to the collection.

Declaration
public void Add(CharBoxInfo templateCharBoxInfo, int count)
Public Sub Add(templateCharBoxInfo As CharBoxInfo, count As Integer)
Parameters
Type Name Description
CharBoxInfo templateCharBoxInfo

A CharBoxInfo indicate the template CharBoxInfo which would be added in current collection

int count

An int indicate the total number of CharBoxInfo which be added