Inserts table columns to the left.

Namespace:  C1.Phone.RichTextBox
Assembly:  C1.Phone.RichTextBox (in C1.Phone.RichTextBox.dll)

Syntax

C#
public static IList<C1TableColumn> InsertColumnsLeft(
	this C1TextRange range
)
Visual Basic
<ExtensionAttribute> _
Public Shared Function InsertColumnsLeft ( _
	range As C1TextRange _
) As IList(Of C1TableColumn)

Parameters

range
Type: C1.Phone.RichTextBox.Documents..::..C1TextRange
The range where to insert table columns.

Return Value

The list of new columns

See Also