Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / HighlightConditionalFormattingStyle Class / Formatter Property


In This Topic
    Formatter Property (HighlightConditionalFormattingStyle)
    In This Topic
    Gets the formatter.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Formatter As IFormatter
    'Usage
     
    
    Dim instance As HighlightConditionalFormattingStyle
    Dim value As IFormatter
     
    value = instance.Formatter
    public IFormatter Formatter {get;}
    See Also