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


In This Topic
    NoteIndicatorColor Property (CellWrapper)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shadows Property NoteIndicatorColor As Color
    'Usage
     
    
    Dim instance As CellWrapper
    Dim value As Color
     
    instance.NoteIndicatorColor = value
     
    value = instance.NoteIndicatorColor
    public new Color NoteIndicatorColor {get; set;}
    See Also