WinUI | ComponentOne
C1.WinUI.Grid Assembly / C1.WinUI.Grid Namespace / GridCellFactory Class / RefreshSelectedRanges Method
The rages that determine the cells that will need to be refreshed.
In This Topic
    RefreshSelectedRanges Method (GridCellFactory)
    In This Topic
    Refreshes the grid according to the selected ranges.
    Syntax
    public override void RefreshSelectedRanges( 
       IReadOnlyList<GridControlRange> ranges
    )

    Parameters

    ranges
    The rages that determine the cells that will need to be refreshed.
    See Also