Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ConditionalStyleInfo Class / NoteIndicatorColor Property


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