ComponentOne RichTextBox for UWP
DeleteRows Method

C1.Xaml.RichTextBox Namespace > EditExtensions Class : DeleteRows Method
The range to delete rows from.
Deletes rows contained in a range.
Syntax
'Declaration
 
<System.Runtime.CompilerServices.ExtensionAttribute()>
Public Shared Sub DeleteRows( _
   ByVal range As C1TextRange _
) 
[System.Runtime.CompilerServices.Extension()]
public static void DeleteRows( 
   C1TextRange range
)

Parameters

range
The range to delete rows from.
See Also

Reference

EditExtensions Class
EditExtensions Members