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


In This Topic
    Formatter Property (HighlightConditionalFormattingRule)
    In This Topic
    Gets or sets the formatter.
    Syntax
    'Declaration
     
    
    Public Property Formatter As IFormatter
    'Usage
     
    
    Dim instance As HighlightConditionalFormattingRule
    Dim value As IFormatter
     
    instance.Formatter = value
     
    value = instance.Formatter
    public IFormatter Formatter {get; set;}

    Property Value

    The formatter.
    See Also