'宣言 Public Sub SelectNewRow( _ ByVal column As System.Integer, _ ByVal column2 As System.Integer, _ Optional ByVal anchorColumn As System.Integer _ )
public void SelectNewRow( System.int column, System.int column2, System.int anchorColumn )
パラメータ
- column
- 選択範囲の左端の列のインデックスを示す整数値。
- column2
- 選択範囲の右端の列のインデックスを示す整数値。
- anchorColumn