Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / HighlightConditionalFormattingStyle Class / IsFormatterSet Method


In This Topic
IsFormatterSet Method (HighlightConditionalFormattingStyle)
In This Topic
Gets whether the formatter for the style (Formatter property) is set.
Syntax
'Declaration
 
Public Function IsFormatterSet() As Boolean
 
'Usage
 
Dim instance As HighlightConditionalFormattingStyle
Dim value As Boolean
 
value = instance.IsFormatterSet()
See Also