C1.Silverlight.RichTextBox.5
InsertRowsBelow Method

The range where to insert table rows.
Inserts table rows below.
Syntax
'Declaration
 
Public Shared Function InsertRowsBelow( _
   ByVal range As C1TextRange _
) As System.Collections.Generic.IList(Of C1TableRow)
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

 

 


Copyright (c) GrapeCity, inc. All rights reserved.