RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox Namespace / EditExtensions Class / DeleteCells Method
The range to delete cells from.

In This Topic
    DeleteCells Method (EditExtensions)
    In This Topic
    Deletes cells contained in a range.
    Syntax
    'Declaration
     
    
    Public Shared Sub DeleteCells( _
       ByVal range As C1TextRange _
    ) 
    public static void DeleteCells( 
       C1TextRange range
    )

    Parameters

    range
    The range to delete cells from.
    See Also