Replaces a range with text.
Namespace:
C1.Silverlight.RichTextBoxAssembly: C1.Silverlight.RichTextBox (in C1.Silverlight.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.