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

    Parameters

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