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

In This Topic
    CanDeleteCells Method
    In This Topic
    Returns whether cells can be deleted from a range.
    Syntax
    'Declaration
     
    <ExtensionAttribute()>
    Public Shared Function CanDeleteCells( _
       ByVal range As C1TextRange _
    ) As Boolean
    [Extension()]
    public static bool CanDeleteCells( 
       C1TextRange range
    )

    Parameters

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

    Return Value

    Whether cells can be deleted from the parameter range.
    See Also