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


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