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


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