[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.CharBoxCollection.Add

Add Method

Add(CharBox)

Adds a char box to the collection.

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

A CharBox indicates the char box.

Returns
Type Description
int

A int indicates the index of the char box.

Add(CharBox, int)

Adds a CharBox to the collection.

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

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

int count

An int indicate the total number of CharBox which be added