'Declaration
Public Sub Select( _ ByVal range As GridCellRange, _ ByVal scrollIntoView As Boolean, _ Optional ByVal hideSelectionAdorners As Boolean _ )
'Usage
Dim instance As GridBase Dim range As GridCellRange Dim scrollIntoView As Boolean Dim hideSelectionAdorners As Boolean instance.Select(range, scrollIntoView, hideSelectionAdorners)
public void Select( GridCellRange range, bool scrollIntoView, bool hideSelectionAdorners )
Parameters
- range
- scrollIntoView
- hideSelectionAdorners