Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Columns.DefaultColumn Class / ResetNoteIndicatorColor Method


In This Topic
    ResetNoteIndicatorColor Method (Columns.DefaultColumn)
    In This Topic
    Resets the color of the cell note indicator for the column to the default value.
    Syntax
    'Declaration
     
    
    Public Sub ResetNoteIndicatorColor() 
    'Usage
     
    
    Dim instance As Columns.DefaultColumn
     
    instance.ResetNoteIndicatorColor()
    public void ResetNoteIndicatorColor()
    See Also