ComponentOne RichTextBox for WPF and Silverlight
CanMergeCells Method (EditExtensions)

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

Parameters

range
A C1.WPF.RichTextBox.Documents.C1TextRange.

Return Value

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

Reference

EditExtensions Class
EditExtensions Members