ComponentOne FlexGrid for WinForms
Invalidate(CellRange) Method

C1.Win.C1FlexGrid Namespace > C1FlexGrid Class > Invalidate Method : Invalidate(CellRange) Method
CellRange that will be invalidated.
Invalidates a cell range, causing it to be repainted.
Syntax
'Declaration
 
Public Overloads Overrides Sub Invalidate( _
   ByVal rg As CellRange _
) 
public override void Invalidate( 
   CellRange rg
)

Parameters

rg
CellRange that will be invalidated.
Remarks
This method is rarely used by the programmer, since the grid automatically performs invalidation as needed.
See Also

Reference

C1FlexGrid Class
C1FlexGrid Members
Overload List