ComponentOne RichTextBox for UWP
InsertRowsAbove Method

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

Parameters

range
The range where to insert table rows.

Return Value

The list of new rows
See Also

Reference

EditExtensions Class
EditExtensions Members