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


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > AlternatingRow Class : Invalidate Method
Invalidates the displayed cells and sends the message to repaint them.
Syntax
'Declaration
 
Public Sub Invalidate() 
'Usage
 
Dim instance As AlternatingRow
 
instance.Invalidate()
public void Invalidate()
Remarks
To create alternating rows, first set the AlternatingRows.Count property to specify the number of alternating row patterns, then set the properties for each pattern.
Example
fpSpread1.ActiveSheet.AlternatingRows[0].Invalidate();
fpSpread1.ActiveSheet.AlternatingRows(0).Invalidate()
See Also

Reference

AlternatingRow Class
AlternatingRow Members

User-Task Documentation

Creating Alternating Rows