'宣言 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
- テーブルの列の数。