Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / CharBoxCollection Class / Add Method / Add(CharBox,Int32) Method
A CharBox indicate the template CharBox which would be added in current collection
An System.Int32 indicate the total number of CharBox which be added


In This Topic
Add(CharBox,Int32) Method
In This Topic
Adds a CharBox to the collection.
Syntax
'Declaration
 
Public Overloads Sub Add( _
   ByVal templateCharBox As CharBox, _
   ByVal count As Integer _
) 
 
'Usage
 
Dim instance As CharBoxCollection
Dim templateCharBox As CharBox
Dim count As Integer
 
instance.Add(templateCharBox, count)

Parameters

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