Spread Windows Forms 12.0 Product Documentation
Insert Method (CharBoxInfoCollection)


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.
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

Reference

CharBoxInfoCollection Class
CharBoxInfoCollection Members