FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.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
    'Declaration
     
    Public Overrides Sub RefreshSelectedRanges( _
       ByVal ranges As IReadOnlyList(Of GridControlRange) _
    ) 
    public override void RefreshSelectedRanges( 
       IReadOnlyList<GridControlRange> ranges
    )

    Parameters

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