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

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

    Parameters

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