# GrapeCity.Wpf.SpreadSheet.CellType.IImageSourceConverter

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Wpf_SpreadSheet_CellType_IImageSourceConverter" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.IImageSourceConverter" class="text-break">IImageSourceConverter Interface
</h1>
  <div class="markdown level0 summary"><p>Provide a converter used to convert from the cell value to the image source.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.html">GrapeCity.Wpf.SpreadSheet.CellType</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Wpf.SpreadSheet.CellType.dll</h6>
  <h5 id="GrapeCity_Wpf_SpreadSheet_CellType_IImageSourceConverter_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IImageSourceConverter</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IImageSourceConverter</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_Wpf_SpreadSheet_CellType_IImageSourceConverter_GetImageSource_System_Object_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.IImageSourceConverter.GetImageSource(System.Object)">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.IImageSourceConverter.GetImageSource.html#GrapeCity_Wpf_SpreadSheet_CellType_IImageSourceConverter_GetImageSource_System_Object_">GetImageSource(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Convert from the cell value to the image source.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
