ComponentOne RichTextBox for UWP
InsertColumnsRight Method

C1.Xaml.RichTextBox Namespace > EditExtensions Class : InsertColumnsRight Method
The range where to insert table columns.
Inserts table columns to the right.
Syntax
'Declaration
 
<System.Runtime.CompilerServices.ExtensionAttribute()>
Public Shared Function InsertColumnsRight( _
   ByVal range As C1TextRange _
) As System.Collections.Generic.IList(Of C1TableColumn)
[System.Runtime.CompilerServices.Extension()]
public static System.Collections.Generic.IList<C1TableColumn> InsertColumnsRight( 
   C1TextRange range
)

Parameters

range
The range where to insert table columns.

Return Value

The list of new columns
See Also

Reference

EditExtensions Class
EditExtensions Members