ComponentOne RichTextBox for WPF and Silverlight
Fragment Property (C1TextRange)

C1.WPF.RichTextBox.Documents Namespace > C1TextRange Class : Fragment Property
Gets or sets a new C1Document from the range.
Syntax
'Declaration
 
Public Property Fragment As C1Document
public C1Document Fragment {get; set;}
Remarks
When getting the fragment, the result is the same as deleting the rest of the document except the range. When setting the fragment, the contents of the value set are merged with the current document.
See Also

Reference

C1TextRange Class
C1TextRange Members