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


In This Topic
    NoteIndicatorColor Property (AlternatingRow)
    In This Topic
    Gets or sets the default color for the note indicator for cells in this row.
    Syntax
    'Declaration
     
    
    Public Property NoteIndicatorColor As Color
    'Usage
     
    
    Dim instance As AlternatingRow
    Dim value As Color
     
    instance.NoteIndicatorColor = value
     
    value = instance.NoteIndicatorColor
    public Color NoteIndicatorColor {get; set;}
    See Also