'宣言 Public Overloads Sub Select( _ ByVal column As DataGridColumn, _ ByVal shift As System.Boolean, _ ByVal ctrl As System.Boolean _ )
public void Select( DataGridColumn column, System.bool shift, System.bool ctrl )
パラメータ
- column
- 終了列。
- shift
true
に設定さた場合は、[Shift]キーを押したように動作します。- ctrl
true
に設定さた場合は、[Ctrl]キーを押したように動作します。