ComponentOne RichTextBox for UWP
DeleteTable Method

C1.Xaml.RichTextBox Namespace > EditExtensions Class : DeleteTable Method
A range contained in the table to be deleted.
Deletes a table.
Syntax
'Declaration
 
<System.Runtime.CompilerServices.ExtensionAttribute()>
Public Shared Sub DeleteTable( _
   ByVal range As C1TextRange _
) 
[System.Runtime.CompilerServices.Extension()]
public static void DeleteTable( 
   C1TextRange range
)

Parameters

range
A range contained in the table to be deleted.
See Also

Reference

EditExtensions Class
EditExtensions Members