Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / FlexGrid Class / Refresh Method / Refresh(GridControlRange,Boolean) Method
The range of cells to refresh. If null is passed all the cells will be refreshed.
when set to true it recycles the cells.

In This Topic
    Refresh(GridControlRange,Boolean) Method
    In This Topic
    Recreates all the cells.
    Syntax
    'Declaration
     
    
    Public Overloads Sub Refresh( _
       Optional ByVal range As GridControlRange, _
       Optional ByVal recycleCells As Boolean _
    ) 
    public void Refresh( 
       GridControlRange range,
       bool recycleCells
    )

    Parameters

    range
    The range of cells to refresh. If null is passed all the cells will be refreshed.
    recycleCells
    when set to true it recycles the cells.
    See Also