Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / HighlightConditionalFormattingStyle Class / IsBackColorSet Method


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