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


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > AlternatingRow Class : ResetNoteIndicatorColor Method
Resets the cell note indicator color for cells in this row.
Syntax
'Declaration
 
Public Sub ResetNoteIndicatorColor() 
'Usage
 
Dim instance As AlternatingRow
 
instance.ResetNoteIndicatorColor()
public void ResetNoteIndicatorColor()
Example

This example shows the use of the method by resetting the cell note indicator color for the first row.

FarPoint.Win.Spread.row r;
r=fpSpread1.ActiveSheet.Rows[0];
r.ResetNoteIndicatorColor();
Dim r As FarPoint.Win.Spread.Row
r=FpSpread1.ActiveSheet.Rows(0)
r.ResetNoteIndicatorColor()
See Also

Reference

AlternatingRow Class
AlternatingRow Members