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

In This Topic
    MergeCells Method (EditExtensions)
    In This Topic
    Merges the cells contained in the parameter range.
    Syntax
    'Declaration
     
    
    Public Shared Function MergeCells( _
       ByVal range As C1TextRange _
    ) As C1TableCell
    public static C1TableCell MergeCells( 
       C1TextRange range
    )

    Parameters

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