'Declaration Public Sub ResetNoteIndicatorColor()
'Usage Dim instance As AlternatingRow instance.ResetNoteIndicatorColor()
public void ResetNoteIndicatorColor()
'Declaration Public Sub ResetNoteIndicatorColor()
'Usage Dim instance As AlternatingRow instance.ResetNoteIndicatorColor()
public void ResetNoteIndicatorColor()
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()