# FarPoint.Web.Spread.IEnhancedRenderer

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Web_Spread_IEnhancedRenderer" data-uid="FarPoint.Web.Spread.IEnhancedRenderer" class="text-break">IEnhancedRenderer Interface
</h1>
  <div class="markdown level0 summary"><p>Interface that defines the methods and properties required by objects used as enhanced renderers which supports extended features.
Renderers are responsible for painting cells.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Web.Spread.html">FarPoint.Web.Spread</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Web.Spread.dll</h6>
  <h5 id="FarPoint_Web_Spread_IEnhancedRenderer_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IEnhancedRenderer : IRenderer</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IEnhancedRenderer
    Inherits IRenderer</code></pre>
  </div>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="FarPoint_Web_Spread_IEnhancedRenderer_ConditionalFormattingSupported" data-uid="FarPoint.Web.Spread.IEnhancedRenderer.ConditionalFormattingSupported">
          <a class="xref" href="FarPoint.Web.Spread.IEnhancedRenderer.ConditionalFormattingSupported.html#FarPoint_Web_Spread_IEnhancedRenderer_ConditionalFormattingSupported">ConditionalFormattingSupported</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the renderer supports painting conditional formatting.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_IEnhancedRenderer_ShowEditor" data-uid="FarPoint.Web.Spread.IEnhancedRenderer.ShowEditor">
          <a class="xref" href="FarPoint.Web.Spread.IEnhancedRenderer.ShowEditor.html#FarPoint_Web_Spread_IEnhancedRenderer_ShowEditor">ShowEditor</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether a celltype shows the editor.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="FarPoint_Web_Spread_IEnhancedRenderer_PaintCell_System_String_System_Web_UI_WebControls_TableCell_FarPoint_Web_Spread_Appearance_FarPoint_Web_Spread_Inset_System_Object_System_Boolean_System_Boolean_System_Boolean_System_Boolean_FarPoint_Web_Spread_ExtraRendererSettings_" data-uid="FarPoint.Web.Spread.IEnhancedRenderer.PaintCell(System.String,System.Web.UI.WebControls.TableCell,FarPoint.Web.Spread.Appearance,FarPoint.Web.Spread.Inset,System.Object,System.Boolean,System.Boolean,System.Boolean,System.Boolean,FarPoint.Web.Spread.ExtraRendererSettings)">
          <a class="xref" href="FarPoint.Web.Spread.IEnhancedRenderer.PaintCell.html#FarPoint_Web_Spread_IEnhancedRenderer_PaintCell_System_String_System_Web_UI_WebControls_TableCell_FarPoint_Web_Spread_Appearance_FarPoint_Web_Spread_Inset_System_Object_System_Boolean_System_Boolean_System_Boolean_System_Boolean_FarPoint_Web_Spread_ExtraRendererSettings_">PaintCell(string, TableCell, Appearance, Inset, object, bool, bool, bool, bool, ExtraRendererSettings)</a>
        </td>
        <td class="markdown level1 summary"><p>Paints the cell.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
