[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Renderer.DefaultRenderer

DefaultRenderer Class

Represents the full (concrete) implementation of the IRenderer interface for a renderer control.

Namespace: FarPoint.Web.Spread.Renderer
Assembly: FarPoint.Web.Spread.dll
Syntax
public class DefaultRenderer : BaseRenderer, IEnhancedRenderer, IRenderer
Public Class DefaultRenderer
    Inherits BaseRenderer
    Implements IEnhancedRenderer, IRenderer

Constructors

Name Description
DefaultRenderer()

Initializes a new instance of the DefaultRenderer class.

Properties

Name Description
AllowWrap

Gets or sets whether text in the cell is displayed on multiple lines.

Methods

Name Description
CreateContent(TableCell, Appearance, object, bool)

Creates a control to display the value.

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

Gets the renderer control and renders it in the cell.