ComponentOne RichTextBox for UWP
CanMergeCells Method

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

Parameters

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

Return Value

Whether the cells contained in a range can be merged.
See Also

Reference

EditExtensions Class
EditExtensions Members