# FarPoint.Web.Spread.DesignTimeCellTypeConverter

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Web_Spread_DesignTimeCellTypeConverter" data-uid="FarPoint.Web.Spread.DesignTimeCellTypeConverter" class="text-break">DesignTimeCellTypeConverter Class
</h1>
  <div class="markdown level0 summary"><p>Provides a drop-down list of cell types for a property of type ICellType in the property grid.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.typeconverter">TypeConverter</a></div>
    <div class="level2"><a class="xref" href="FarPoint.Web.Spread.CellTypeConverter.html">CellTypeConverter</a></div>
    <div class="level3"><span class="xref">DesignTimeCellTypeConverter</span></div>
  </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_DesignTimeCellTypeConverter_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class DesignTimeCellTypeConverter : CellTypeConverter</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class DesignTimeCellTypeConverter
    Inherits CellTypeConverter</code></pre>
  </div>
  <h3 id="constructors">Constructors
</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_DesignTimeCellTypeConverter__ctor" data-uid="FarPoint.Web.Spread.DesignTimeCellTypeConverter.#ctor">
          <a class="xref" href="FarPoint.Web.Spread.DesignTimeCellTypeConverter.-ctor.html#FarPoint_Web_Spread_DesignTimeCellTypeConverter__ctor">DesignTimeCellTypeConverter()</a>
        </td>
        <td class="markdown level1 summary"></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_DesignTimeCellTypeConverter_CreateInstance_System_ComponentModel_ITypeDescriptorContext_System_Collections_IDictionary_" data-uid="FarPoint.Web.Spread.DesignTimeCellTypeConverter.CreateInstance(System.ComponentModel.ITypeDescriptorContext,System.Collections.IDictionary)">
          <a class="xref" href="FarPoint.Web.Spread.DesignTimeCellTypeConverter.CreateInstance.html#FarPoint_Web_Spread_DesignTimeCellTypeConverter_CreateInstance_System_ComponentModel_ITypeDescriptorContext_System_Collections_IDictionary_">CreateInstance(ITypeDescriptorContext, IDictionary)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates an object of this type by using a specified set of property values for the object.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_DesignTimeCellTypeConverter_GetCreateInstanceSupported_System_ComponentModel_ITypeDescriptorContext_" data-uid="FarPoint.Web.Spread.DesignTimeCellTypeConverter.GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext)">
          <a class="xref" href="FarPoint.Web.Spread.DesignTimeCellTypeConverter.GetCreateInstanceSupported.html#FarPoint_Web_Spread_DesignTimeCellTypeConverter_GetCreateInstanceSupported_System_ComponentModel_ITypeDescriptorContext_">GetCreateInstanceSupported(ITypeDescriptorContext)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether changing a value on this object should
require a call to the CreateInstance method to create a new value.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
