Invalidate(Int32,Int32) Method
In This Topic
Invalidates a cell, causing it to be repainted.
Syntax
'Declaration
Public Overloads Sub Invalidate( _
ByVal As Integer, _
ByVal As Integer _
)
public void Invalidate(
int ,
int
)
Parameters
- row
- Row index.
- col
- Column index.
See Also