WinUI | ComponentOne
C1.WinUI.Grid Assembly / C1.WinUI.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
    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