RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox Namespace / EditExtensions Class / InsertRowsAbove Method
The range where to insert table rows.

In This Topic
    InsertRowsAbove Method (EditExtensions)
    In This Topic
    Inserts table rows above.
    Syntax
    'Declaration
     
    
    Public Shared Function InsertRowsAbove( _
       ByVal range As C1TextRange _
    ) As IList(Of C1TableRow)
    public static IList<C1TableRow> InsertRowsAbove( 
       C1TextRange range
    )

    Parameters

    range
    The range where to insert table rows.

    Return Value

    The list of new rows
    See Also