[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Renderer.BaseRenderer

BaseRenderer Class

Represents the partial (abstract) implementation of the IRenderer interface for a base renderer control.

Inheritance
BaseRenderer
Namespace: FarPoint.Web.Spread.Renderer
Assembly: FarPoint.Web.Spread.dll
Syntax
public abstract class BaseRenderer : IEnhancedRenderer, IRenderer
Public MustInherit Class BaseRenderer
    Implements IEnhancedRenderer, IRenderer

Constructors

Name Description
BaseRenderer()

Properties

Name Description
ExtraRendererSettings

Gets the conditional formatting settings.

RendererClientScriptUrl

Gets the URL of the renderer control if the renderer control supports client-side scripting.

Methods

Name Description
ApplyStyleTo(TableCell, Appearance, Inset, bool)

Applies an appearance to the TableCell object.

GetSpread(Control)

Returns the FpSpread control.

PaintCell(string, TableCell, Appearance, Inset, object, bool)

Gets the renderer control and renders it in the cell.