TableActionsCommand クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
Public Function New( _
ByVal As Table, _
ByVal column As System.Integer, _
ByVal column2 As System.Integer, _
Optional ByVal As System.Integer _
)
public TableActionsCommand(
Table ,
System.int column,
System.int column2,
System.int
)
パラメータ
- table
- ソーステーブル。
- column
- テーブルのサイズ変更先の開始列インデックスを示す整数値。
- column2
- テーブルのサイズ変更先の終了列インデックスを示す整数値。
- rowCount
- サイズ変更後のテーブルの行数を示す整数値。
参照