Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / AlternatingRow Class / Renderer Property
Example


In This Topic
    Renderer Property (AlternatingRow)
    In This Topic
    Gets or sets the renderer for cells in this alternating row.
    Syntax
    'Declaration
     
    
    Public Property Renderer As IRenderer
    'Usage
     
    
    Dim instance As AlternatingRow
    Dim value As IRenderer
     
    instance.Renderer = value
     
    value = instance.Renderer
    public IRenderer Renderer {get; set;}

    Property Value

    IRenderer object containing the renderer for cells in this alternating row
    Example
    This example sets the renderer for the first alternating row.
    See Also