'宣言 Public Overloads Sub Select( _ ByVal row As System.Integer, _ ByVal column As System.Integer, _ Optional ByVal scrollIntoView As System.Boolean, _ Optional ByVal hideSelectionAdorners As System.Boolean _ )
public void Select( System.int row, System.int column, System.bool scrollIntoView, System.bool hideSelectionAdorners )
パラメータ
- row
- 選択する行。
- column
- 選択する列。
- scrollIntoView
- 新しい選択範囲を表示範囲までスクロールするかどうか
- hideSelectionAdorners
- 選択マーカーを非表示にするかどうか