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

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

    Parameters

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

    Return Value

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