Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ICharacters Interface / Insert Method
The string to insert.


In This Topic
    Insert Method (ICharacters)
    In This Topic
    Inserts a string preceding the selected characters.
    Syntax
    'Declaration
     
    
    Sub Insert( _
       ByVal text As String _
    ) 
    'Usage
     
    
    Dim instance As ICharacters
    Dim text As String
     
    instance.Insert(text)
    void Insert( 
       string text
    )

    Parameters

    text
    The string to insert.
    See Also