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

    Parameters

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