RichTextBox for WinRT
Insert Method (C1Run)


The index where to insert the text.
The text to insert.
Inserts text in Text's current value.
Syntax
'Declaration
 
Public Sub Insert( _
   ByVal index As System.Integer, _
   ByVal text As System.String _
) 
'Usage
 
Dim instance As C1Run
Dim index As System.Integer
Dim text As System.String
 
instance.Insert(index, text)
public void Insert( 
   System.int index,
   System.string text
)

Parameters

index
The index where to insert the text.
text
The text to insert.
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

C1Run Class
C1Run Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback