ComponentOne RichTextBox for UWP
InsertRowsBelow Method

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