[]
        
(Showing Draft Content)

C1.WPF.RichTextBox.EditExtensions.InsertColumnsLeft

InsertColumnsLeft Method

InsertColumnsLeft(C1TextRange)

Inserts table columns to the left.

Declaration
public static IList<C1TableColumn> InsertColumnsLeft(this C1TextRange range)
Public Shared Function InsertColumnsLeft(range As C1TextRange) As IList(Of C1TableColumn)
Parameters
Type Name Description
C1TextRange range

The range where to insert table columns.

Returns
Type Description
IList<C1TableColumn>

The list of new columns