FlexGrid for WPF | ComponentOne
C1.WPF.GridControl Assembly / C1.WPF.Grid Namespace / C1GridControl Class / Refresh 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 Method (C1GridControl)
    In This Topic
    Refreshes the specified range of cells asynchronously.
    Syntax
    'Declaration
     
    Public 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