Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ButtonTextCollectionInfo Class / Insert Method / Insert(Int32,String,String) Method
The index value of the ButtonTextCollectionInfo.
The key value of the button.
The button text string.


In This Topic
    Insert(Int32,String,String) Method
    In This Topic
    Inserts an item to the ButtonTextCollectionInfo.
    Syntax
    'Declaration
     
    
    Public Overloads Sub Insert( _
       ByVal index As Integer, _
       ByVal key As String, _
       ByVal value As String _
    ) 
    'Usage
     
    
    Dim instance As ButtonTextCollectionInfo
    Dim index As Integer
    Dim key As String
    Dim value As String
     
    instance.Insert(index, key, value)
    public void Insert( 
       int index,
       string key,
       string value
    )

    Parameters

    index
    The index value of the ButtonTextCollectionInfo.
    key
    The key value of the button.
    value
    The button text string.
    See Also