Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / NamedStyle Class / NoteIndicatorColor Property


In This Topic
    NoteIndicatorColor Property (NamedStyle)
    In This Topic
    Gets or sets the color of the cell note indicator.
    Syntax
    'Declaration
     
    
    Public Overrides Property NoteIndicatorColor As Color
    'Usage
     
    
    Dim instance As NamedStyle
    Dim value As Color
     
    instance.NoteIndicatorColor = value
     
    value = instance.NoteIndicatorColor
    public override Color NoteIndicatorColor {get; set;}
    See Also