RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox Namespace / EditExtensions Class / DeleteRows Method
The range to delete rows from.

In This Topic
    DeleteRows Method (EditExtensions)
    In This Topic
    Deletes rows contained in a range.
    Syntax
    'Declaration
     
    
    Public Shared Sub DeleteRows( _
       ByVal range As C1TextRange _
    ) 
    public static void DeleteRows( 
       C1TextRange range
    )

    Parameters

    range
    The range to delete rows from.
    See Also