ComponentOne RichTextBox for UWP
DeleteCells Method

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

Parameters

range
The range to delete cells from.
See Also

Reference

EditExtensions Class
EditExtensions Members