ComponentOne FlexGrid for UWP
C1.UWP.FlexGrid Assembly / C1.Xaml.FlexGrid Namespace / C1FlexGrid Class / Invalidate Method / Invalidate(CellRange) Method

In This Topic
    Invalidate(CellRange) Method
    In This Topic
    Forces the grid to re-create the elements in a given CellRange.
    Syntax
    'Declaration
     
    
    Public Overloads Sub Invalidate( _
       ByVal rng As CellRange _
    ) 
    public void Invalidate( 
       CellRange rng
    )

    Parameters

    rng
    See Also