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


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