ComponentOne Studio for WinRT XAML
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 メンバ

 

 


Copyright © GrapeCity inc. All rights reserved.