Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / HighlightConditionalFormattingStyle Class / ForeColor Property


In This Topic
    ForeColor Property (HighlightConditionalFormattingStyle)
    In This Topic
    Gets the forecolor.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ForeColor As Color
    'Usage
     
    
    Dim instance As HighlightConditionalFormattingStyle
    Dim value As Color
     
    value = instance.ForeColor
    public Color ForeColor {get;}

    Property Value

    The forecolor.
    See Also