RichTextBox for UWP
InsertRowsBelow メソッド

C1.UWP.RichTextBox アセンブリ > C1.Xaml.RichTextBox 名前空間 > EditExtensions クラス : InsertRowsBelow メソッド
テーブルの行を挿入する範囲。
テーブルの行を下に挿入します。
シンタックス
'宣言
 
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
)

パラメータ

range
テーブルの行を挿入する範囲。

戻り値の型

新しい行のリスト
参照

EditExtensions クラス
EditExtensions メンバ