Replaces a range with text.
Namespace:
C1.Phone.RichTextBoxAssembly: C1.Phone.RichTextBox (in C1.Phone.RichTextBox.dll)
Syntax
C# |
---|
public static C1TextRange ReplaceText( C1TextRange range, string text ) |
Visual Basic |
---|
Public Shared Function ReplaceText ( _ range As C1TextRange, _ text As String _ ) As C1TextRange |
Parameters
- text
- Type: System..::..String
A string with the text to insert.