Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / CharBoxInfoCollection Class / Insert Method
An System.Int32 indicates the index.
A CharBoxInfo indicates the inserted char box.


In This Topic
    Insert Method (CharBoxInfoCollection)
    In This Topic
    Inserts a char box into the collection at the given index.
    Syntax
    'Declaration
     
    
    Public Shadows Sub Insert( _
       ByVal index As Integer, _
       ByVal CharBoxInfo As CharBoxInfo _
    ) 
    'Usage
     
    
    Dim instance As CharBoxInfoCollection
    Dim index As Integer
    Dim CharBoxInfo As CharBoxInfo
     
    instance.Insert(index, CharBoxInfo)
    public new void Insert( 
       int index,
       CharBoxInfo CharBoxInfo
    )

    Parameters

    index
    An System.Int32 indicates the index.
    CharBoxInfo
    A CharBoxInfo indicates the inserted char box.
    See Also