Spread Windows Forms 12.0 Product Documentation
Add(CharBoxInfo,Int32) Method


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > CharBoxInfoCollection Class > Add Method : Add(CharBoxInfo,Int32) Method
A CharBoxInfo indicate the template CharBoxInfo which would be added in current collection
An System.Int32 indicate the total number of CharBoxInfo which be added
Adds a CharBoxInfo to the collection.
Syntax
'Declaration
 
Public Overloads Sub Add( _
   ByVal templateCharBoxInfo As CharBoxInfo, _
   ByVal count As Integer _
) 
'Usage
 
Dim instance As CharBoxInfoCollection
Dim templateCharBoxInfo As CharBoxInfo
Dim count As Integer
 
instance.Add(templateCharBoxInfo, count)
public void Add( 
   CharBoxInfo templateCharBoxInfo,
   int count
)

Parameters

templateCharBoxInfo
A CharBoxInfo indicate the template CharBoxInfo which would be added in current collection
count
An System.Int32 indicate the total number of CharBoxInfo which be added
See Also

Reference

CharBoxInfoCollection Class
CharBoxInfoCollection Members
Overload List