C1.Win.FlexGrid Namespace / C1FlexGridBase Class / Invalidate Method / Invalidate(Int32,Int32) Method
Row index.
Column index.

In This Topic
Invalidate(Int32,Int32) Method
In This Topic
Invalidates a cell, causing it to be repainted.
Syntax
'Declaration
 
Public Overloads Sub Invalidate( _
   ByVal row As Integer, _
   ByVal col As Integer _
) 
 

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