SpreadsheetGear 2023
Insert Method (ICharacters)


SpreadsheetGear Namespace > ICharacters Interface : Insert Method
Replaces the text represented by this instance of ICharacters with the specified text.
Syntax
'Declaration
 
Sub Insert( _
   ByVal text As System.String _
) 
'Usage
 
Dim instance As ICharacters
Dim text As System.String
 
instance.Insert(text)
void Insert( 
   System.string text
)

Parameters

text
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ICharacters Interface
ICharacters Members