ComponentOne FlexGrid for WinForms
Invalidate(Int32,Int32) Method

C1.Win.C1FlexGrid Namespace > C1FlexGridBase Class > Invalidate Method : Invalidate(Int32,Int32) Method
Row index.
Column index.
Invalidates a cell, causing it to be repainted.
Syntax
'Declaration
 
Public Overloads Sub Invalidate( _
   ByVal row As Integer, _
   ByVal col As Integer _
) 
public void Invalidate( 
   int row,
   int col
)

Parameters

row
Row index.
col
Column index.
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