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


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > Column Class : ResetNoteIndicatorColor Method
Resets the color of the cell note indicator for the column to the default value.
Syntax
'Declaration
 
Public Sub ResetNoteIndicatorColor() 
'Usage
 
Dim instance As Column
 
instance.ResetNoteIndicatorColor()
public void ResetNoteIndicatorColor()
Example
This example shows the use of the method by resetting the cell note indicator color for the first column.
FarPoint.Win.Spread.Column c;
c=fpSpread1.ActiveSheet.Columns[0];
c.ResetNoteIndicatorColor();
Dim c As FarPoint.Win.Spread.Column
c=FpSpread1.ActiveSheet.Columns(0)
c.ResetNoteIndicatorColor()
See Also

Reference

Column Class
Column Members