'宣言 Public Overloads Sub Select( _ ByVal range As GridCellRange, _ ByVal scrollIntoView As System.Boolean, _ Optional ByVal hideSelectionAdorners As System.Boolean _ )
public void Select( GridCellRange range, System.bool scrollIntoView, System.bool hideSelectionAdorners )
パラメータ
- range
- 選択する GridCellRange。
- scrollIntoView
- 新しい選択範囲をスクロールして表示するかどうかを示す値。
- hideSelectionAdorners
- 選択装飾を非表示にするかどうかを示す値。