RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Documents Namespace / C1TextRange Class / TrimRuns Method

In This Topic
    TrimRuns Method (C1TextRange)
    In This Topic
    If the range includes part of a C1Run element, it is split so that there are only whole runs inside of it.
    Syntax
    'Declaration
     
    
    Public Sub TrimRuns() 
    public void TrimRuns()
    See Also