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