[]
Interface that defines the methods and properties required by objects used as enhanced renderers which supports extended features. Renderers are responsible for painting cells.
public interface IEnhancedRenderer : IRenderer
Public Interface IEnhancedRenderer
Inherits IRenderer
Name | Description |
---|---|
ConditionalFormattingSupported | Indicates whether the renderer supports painting conditional formatting. |
ShowEditor | Indicates whether a celltype shows the editor. |
Name | Description |
---|---|
PaintCell(string, TableCell, Appearance, Inset, object, bool, bool, bool, bool, ExtraRendererSettings) | Paints the cell. |