RichTextBox for UWP
InsertTable メソッド

C1.UWP.RichTextBox アセンブリ > C1.Xaml.RichTextBox 名前空間 > EditExtensions クラス : InsertTable メソッド
テーブルを挿入する位置。
テーブルの行の数。
テーブルの列の数。
ドキュメントにテーブルを挿入します。
シンタックス
'宣言
 
Public Shared Function InsertTable( _
   ByVal pos As C1TextPointer, _
   ByVal rows As System.Integer, _
   ByVal columns As System.Integer _
) As C1Table
public static C1Table InsertTable( 
   C1TextPointer pos,
   System.int rows,
   System.int columns
)

パラメータ

pos
テーブルを挿入する位置。
rows
テーブルの行の数。
columns
テーブルの列の数。
参照

EditExtensions クラス
EditExtensions メンバ