ComponentOne FlexGrid for WinForms
Invalidate(CellRange) Method

C1.Win.C1FlexGrid Namespace > C1FlexGridBase Class > Invalidate Method : Invalidate(CellRange) Method
CellRange that will be invalidated.
Invalidates a cell range, causing it to be repainted.
Syntax
'Declaration
 
Public Overloads Overridable Sub Invalidate( _
   ByVal rg As CellRange _
) 
public virtual 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

C1FlexGridBase Class
C1FlexGridBase Members
Overload List