Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / StyleInfo Class / Formatter Property
Example


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

    Property Value

    IFormatter object containing the formatter for the cells of this style
    Remarks

    This property is available at run time only.

    The setting for this property can be overridden if a named style is assigned to the cell using the StyleName property, and that named style sets the formatter to use.

    Example
    This example returns the formatter for the style.
    See Also