Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Cell Class / Invalidate Method


In This Topic
Invalidate Method (Cell)
In This Topic
Invalidates the displayed cells and sends the message to repaint them.
Syntax
'Declaration
 
Public Sub Invalidate() 
 
'Usage
 
Dim instance As Cell
 
instance.Invalidate()
See Also