RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox Namespace / EditExtensions Class / CanUnmergeCell Method
A range inside a C1.WPF.RichTextBox.Documents.C1TableCell.

In This Topic
    CanUnmergeCell Method (EditExtensions)
    In This Topic
    Returns whether a cell can be unmerged.
    Syntax
    'Declaration
     
    
    Public Shared Function CanUnmergeCell( _
       ByVal range As C1TextRange _
    ) As Boolean
    public static bool CanUnmergeCell( 
       C1TextRange range
    )

    Parameters

    range
    A range inside a C1.WPF.RichTextBox.Documents.C1TableCell.

    Return Value

    Whether a cell can be unmerged.
    See Also