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

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

    Parameters

    range
    The range to delete columns from.
    See Also