Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / HighlightConditionalFormattingStyle Class / IsForeColorSet Method


In This Topic
    IsForeColorSet Method (HighlightConditionalFormattingStyle)
    In This Topic
    Gets whether the text color of the style (ForeColor property) is set.
    Syntax
    'Declaration
     
    
    Public Function IsForeColorSet() As Boolean
    'Usage
     
    
    Dim instance As HighlightConditionalFormattingStyle
    Dim value As Boolean
     
    value = instance.IsForeColorSet()
    public bool IsForeColorSet()
    See Also