Xamarin.iOS Documentation | ComponentOne
C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridBase Class / Select Method / Select(GridCellRange,Boolean,Boolean) Method
GridCellRange to select.
Whether to scroll the new selection into view.
Whether the selection adorners are hidden.


In This Topic
    Select(GridCellRange,Boolean,Boolean) Method
    In This Topic
    Selects a given cell and optionally scrolls it into view.
    Syntax
    'Declaration
     
    
    Public Overloads 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)

    Parameters

    range
    GridCellRange to select.
    scrollIntoView
    Whether to scroll the new selection into view.
    hideSelectionAdorners
    Whether the selection adorners are hidden.
    See Also