'Declaration
Public Overloads Sub Select( _ ByVal row As Integer, _ ByVal column As Integer, _ Optional ByVal scrollIntoView As Boolean, _ Optional ByVal hideSelectionAdorners As Boolean _ )
public void Select( int row, int column, bool scrollIntoView, bool hideSelectionAdorners )
Parameters
- row
- The row to select.
- column
- The column to select.
- scrollIntoView
- Whether to scroll the new selection into view.
- hideSelectionAdorners
- Whether the selection adorners are hidden.