Spread ASP.NET 16
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / NamedStyle Class / Renderer Property
Example


In This Topic
    Renderer Property (NamedStyle)
    In This Topic
    Gets or sets the renderer for the style.
    Syntax
    'Declaration
     
    Public Overrides Property Renderer As IRenderer
    'Usage
     
    Dim instance As NamedStyle
    Dim value As IRenderer
     
    instance.Renderer = value
     
    value = instance.Renderer
    public override IRenderer Renderer {get; set;}

    Property Value

    IRenderer object containing the renderer for cells of this style
    Example
    This example creates a new custom style and sets several of the style properties.
    See Also