Spread WinForms 15
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()

Return Value

true if it is set; otherwise, false
See Also