C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / FlexGrid Class / Select Method / Select(Int32,Int32,Boolean,Boolean) Method
The row to select.
The column to select.
Whether to scroll the new selection into view.
Whether the selection adorners are hidden.

In This Topic
Select(Int32,Int32,Boolean,Boolean) Method
In This Topic
Selects a given cell and optionally scrolls it into view.
Syntax
'Declaration
 
Public Overloads Sub Select( _
   ByVal row As Integer, _
   ByVal column As Integer, _
   Optional ByVal scrollIntoView As Boolean, _
   Optional ByVal hideSelectionAdorners As Boolean _
) 
 

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.
See Also