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


In This Topic
    ResetNoteIndicatorColor Method (Row)
    In This Topic
    Resets the color of the note indicator for cells in this row to the default value.
    Syntax
    'Declaration
     
    
    Public Sub ResetNoteIndicatorColor() 
    'Usage
     
    
    Dim instance As Row
     
    instance.ResetNoteIndicatorColor()
    public void ResetNoteIndicatorColor()
    See Also