Spread Windows Forms 12.0 Product Documentation
Invalidate Method (Row)
Example 


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > Row Class : Invalidate Method
Invalidates the displayed cells and sends the message to repaint them.
Syntax
'Declaration
 
Public Sub Invalidate() 
'Usage
 
Dim instance As Row
 
instance.Invalidate()
public void Invalidate()
Example
This example invalidates the specified row.
fpSpread1.ActiveSheet.Rows[0].Invalidate();
FpSpread1.ActiveSheet.Rows(0).Invalidate()
See Also

Reference

Row Class
Row Members