Deletes elements and content in a range.
Namespace:
C1.Phone.RichTextBoxAssembly: C1.Phone.RichTextBox (in C1.Phone.RichTextBox.dll)
Syntax
C# |
---|
public static C1TextPointer Delete( this C1TextRange range ) |
Visual Basic |
---|
<ExtensionAttribute> _ Public Shared Function Delete ( _ range As C1TextRange _ ) As C1TextPointer |
Parameters
- range
- Type: C1.Phone.RichTextBox.Documents..::..C1TextRange
A C1TextRange where the content is to be deleted.