Spread WinForms 15
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)

Parameters

text
The string to insert.
See Also