[]
        
(Showing Draft Content)

C1.WPF.RichTextBox.EditExtensions.InsertRowsBelow

InsertRowsBelow Method

InsertRowsBelow(C1TextRange)

Inserts table rows below.

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

The range where to insert table rows.

Returns
Type Description
IList<C1TableRow>

The list of new rows