ComponentOne RichTextBox for UWP
ReplaceText(C1TextRange,String) Method

C1.Xaml.RichTextBox Namespace > EditExtensions Class > ReplaceText Method : ReplaceText(C1TextRange,String) Method
A C1.Xaml.RichTextBox.Documents.C1TextRange.
A string with the text to insert.
Replaces a range with text.
Syntax
'Declaration
 
Public Overloads Shared Function ReplaceText( _
   ByVal range As C1TextRange, _
   ByVal text As System.String _
) As C1TextRange
public static C1TextRange ReplaceText( 
   C1TextRange range,
   System.string text
)

Parameters

range
A C1.Xaml.RichTextBox.Documents.C1TextRange.
text
A string with the text to insert.

Return Value

A range that bounds the inserted text.
See Also

Reference

EditExtensions Class
EditExtensions Members
Overload List