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


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