RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox Namespace / EditExtensions Class / InsertColumnsLeft Method
The range where to insert table columns.

In This Topic
    InsertColumnsLeft Method (EditExtensions)
    In This Topic
    Inserts table columns to the left.
    Syntax
    'Declaration
     
    
    Public Shared Function InsertColumnsLeft( _
       ByVal range As C1TextRange _
    ) As IList(Of C1TableColumn)
    public static IList<C1TableColumn> InsertColumnsLeft( 
       C1TextRange range
    )

    Parameters

    range
    The range where to insert table columns.

    Return Value

    The list of new columns
    See Also