RichTextBox for UWP | ComponentOne
C1.Xaml.RichTextBox Namespace / EditExtensions Class / UnmergeCell Method
A range inside a C1.Xaml.RichTextBox.Documents.C1TableCell.

In This Topic
    UnmergeCell Method
    In This Topic
    Unmerge a cell.
    Syntax
    'Declaration
     
    <ExtensionAttribute()>
    Public Shared Sub UnmergeCell( _
       ByVal range As C1TextRange _
    ) 
    [Extension()]
    public static void UnmergeCell( 
       C1TextRange range
    )

    Parameters

    range
    A range inside a C1.Xaml.RichTextBox.Documents.C1TableCell.
    See Also