WinUI | ComponentOne
C1.WinUI.Grid Assembly / C1.WinUI.Grid Namespace / FlexGrid Class / Select Method / Select(GridControlRange,Boolean,Boolean) Method
GridControlRange to select.
Whether to scroll the new selection into view.
Whether the selection adorners are hidden.
In This Topic
    Select(GridControlRange,Boolean,Boolean) Method
    In This Topic
    Selects a given cell and optionally scrolls it into view.
    Syntax

    Parameters

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