Spread Windows Forms 17
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


In This Topic
    Add(CharBoxInfo,Int32) Method
    In This Topic
    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)

    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