# GrapeCity.Spreadsheet.ICellRenderer

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_ICellRenderer" data-uid="GrapeCity.Spreadsheet.ICellRenderer" class="text-break">ICellRenderer Interface
</h1>
  <div class="markdown level0 summary"><p>Represents the renderer of a cell</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Spreadsheet.html">GrapeCity.Spreadsheet</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.dll</h6>
  <h5 id="GrapeCity_Spreadsheet_ICellRenderer_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface ICellRenderer</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface ICellRenderer</code></pre>
  </div>
  <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="GrapeCity_Spreadsheet_ICellRenderer_Draw_GrapeCity_Spreadsheet_Printing_PrintingContext_GrapeCity_Spreadsheet_CfExecutedResult__System_Object_GrapeCity_Drawing_Rectangle_" data-uid="GrapeCity.Spreadsheet.ICellRenderer.Draw(GrapeCity.Spreadsheet.Printing.PrintingContext,GrapeCity.Spreadsheet.CfExecutedResult@,System.Object,GrapeCity.Drawing.Rectangle)">
          <a class="xref" href="GrapeCity.Spreadsheet.ICellRenderer.Draw.html#GrapeCity_Spreadsheet_ICellRenderer_Draw_GrapeCity_Spreadsheet_Printing_PrintingContext_GrapeCity_Spreadsheet_CfExecutedResult__System_Object_GrapeCity_Drawing_Rectangle_">Draw(PrintingContext, ref CfExecutedResult, object, Rectangle)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws the cell.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
