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


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

    Return Value

    true if it is set; otherwise, false
    See Also