ComponentOne RichTextBox for UWP
CanUnmergeCell Method

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

Parameters

range
A range inside a C1.Xaml.RichTextBox.Documents.C1TableCell.

Return Value

Whether a cell can be unmerged.
See Also

Reference

EditExtensions Class
EditExtensions Members