FlexPivot for WPF | ComponentOne
C1.WPF.Pivot Assembly / C1.WPF.Pivot Namespace / FlexPivotGrid Class / Refresh Method / Refresh(GridControlRange,Boolean) Method

In This Topic
    Refresh(GridControlRange,Boolean) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Sub Refresh( _
       Optional ByVal range As C1.WPF.Grid.GridControlRange, _
       Optional ByVal recycleCells As Boolean _
    ) 
    public void Refresh( 
       C1.WPF.Grid.GridControlRange range,
       bool recycleCells
    )

    Parameters

    range
    recycleCells
    See Also