[]
        
(Showing Draft Content)

FarPoint.Web.Spread.IEnhancedRenderer

IEnhancedRenderer Interface

Interface that defines the methods and properties required by objects used as enhanced renderers which supports extended features. Renderers are responsible for painting cells.

Namespace: FarPoint.Web.Spread
Assembly: FarPoint.Web.Spread.dll
Syntax
public interface IEnhancedRenderer : IRenderer
Public Interface IEnhancedRenderer
    Inherits IRenderer

Properties

Name Description
ConditionalFormattingSupported

Indicates whether the renderer supports painting conditional formatting.

ShowEditor

Indicates whether a celltype shows the editor.

Methods