RichTextBox for UWP | ComponentOne
C1.Xaml.RichTextBox Namespace / EditExtensions Class / InsertColumnsRight Method
The range where to insert table columns.

In This Topic
    InsertColumnsRight Method
    In This Topic
    Inserts table columns to the right.
    Syntax
    'Declaration
     
    <ExtensionAttribute()>
    Public Shared Function InsertColumnsRight( _
       ByVal range As C1TextRange _
    ) As IList(Of C1TableColumn)
    [Extension()]
    public static IList<C1TableColumn> InsertColumnsRight( 
       C1TextRange range
    )

    Parameters

    range
    The range where to insert table columns.

    Return Value

    The list of new columns
    See Also