ComponentOne RichTextBox for UWP
CanDeleteCells Method

C1.Xaml.RichTextBox Namespace > EditExtensions Class : CanDeleteCells Method
A C1.Xaml.RichTextBox.Documents.C1TextRange.
Returns whether cells can be deleted from a range.
Syntax
'Declaration
 
<System.Runtime.CompilerServices.ExtensionAttribute()>
Public Shared Function CanDeleteCells( _
   ByVal range As C1TextRange _
) As System.Boolean
[System.Runtime.CompilerServices.Extension()]
public static System.bool CanDeleteCells( 
   C1TextRange range
)

Parameters

range
A C1.Xaml.RichTextBox.Documents.C1TextRange.

Return Value

Whether cells can be deleted from the parameter range.
See Also

Reference

EditExtensions Class
EditExtensions Members