ComponentOne RichTextBox for WPF and Silverlight
GetFragment Method (C1TextRange)

C1.WPF.RichTextBox.Documents Namespace > C1TextRange Class : GetFragment Method
indicates only the content of cell will be copied
get the fragment according to the copyContentCellOnly
Syntax
'Declaration
 
Public Function GetFragment( _
   ByVal copyContentCellOnly As System.Boolean _
) As C1Document
public C1Document GetFragment( 
   System.bool copyContentCellOnly
)

Parameters

copyContentCellOnly
indicates only the content of cell will be copied
See Also

Reference

C1TextRange Class
C1TextRange Members