RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox Namespace / EditExtensions Class / CanMergeCells Method
A C1.WPF.RichTextBox.Documents.C1TextRange.

In This Topic
    CanMergeCells Method (EditExtensions)
    In This Topic
    Returns whether the cells contained in a range can be merged.
    Syntax
    'Declaration
     
    
    Public Shared Function CanMergeCells( _
       ByVal range As C1TextRange _
    ) As Boolean
    public static 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