Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / StyleInfo Class / Formatter Property


In This Topic
    Formatter Property (StyleInfo)
    In This Topic
    Gets or sets the formatter for a cell.
    Syntax
    'Declaration
     
    <DefaultValueAttribute("")>
    Public Overridable Property Formatter As IFormatter
    'Usage
     
    Dim instance As StyleInfo
    Dim value As IFormatter
     
    instance.Formatter = value
     
    value = instance.Formatter
    [DefaultValue("")]
    public virtual IFormatter Formatter {get; set;}

    Property Value

    An IFormatter object that specifies the formatter for the cell.
    See Also