RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Documents Namespace / C1TextRange Class / GetFragment Method
indicates only the content of cell will be copied

In This Topic
    GetFragment Method (C1TextRange)
    In This Topic
    get the fragment according to the copyContentCellOnly
    Syntax
    'Declaration
     
    
    Public Function GetFragment( _
       ByVal copyContentCellOnly As Boolean _
    ) As C1Document
    public C1Document GetFragment( 
       bool copyContentCellOnly
    )

    Parameters

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