Inserts table rows above.

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

Syntax

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

Parameters

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

Return Value

The list of new rows

See Also