# FarPoint.Win.Spread.Data.SpreadDataRowView.GetEditor

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="FarPoint_Win_Spread_Data_SpreadDataRowView_GetEditor_" data-uid="FarPoint.Win.Spread.Data.SpreadDataRowView.GetEditor*">GetEditor Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="FarPoint_Win_Spread_Data_SpreadDataRowView_GetEditor_" data-uid="FarPoint.Win.Spread.Data.SpreadDataRowView.GetEditor*"></a>
<h4 id="FarPoint_Win_Spread_Data_SpreadDataRowView_GetEditor_System_Type_" data-uid="FarPoint.Win.Spread.Data.SpreadDataRowView.GetEditor(System.Type)">GetEditor(Type)</h4>
<div class="markdown level1 summary"><p>Returns an editor of the specified type for this instance of a component.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public object GetEditor(Type editorBaseType)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function GetEditor(editorBaseType As Type) As Object</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.type">Type</a></td>
      <td><span class="parametername">editorBaseType</span></td>
      <td><p>A <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.type">Type</a> that represents the editor for this object</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></td>
      <td><p>An <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a> of the specified type that is the editor for this object, or null if the editor cannot be found.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="implements">Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.icustomtypedescriptor.geteditor">ICustomTypeDescriptor.GetEditor(Type)</a></div>
</div>
