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


In This Topic
    Formatter Property (AppearanceStyleInfo)
    In This Topic
    Gets or sets the formatter of the cell style.
    Syntax
    'Declaration
     
    
    Public Overrides ReadOnly Property Formatter As IFormatter
    'Usage
     
    
    Dim instance As AppearanceStyleInfo
    Dim value As IFormatter
     
    value = instance.Formatter
    public override IFormatter Formatter {get;}
    See Also