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


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

    Parameters

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