'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