# FarPoint.Win.Spread.CellType.ISubEditor

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Spread_CellType_ISubEditor" data-uid="FarPoint.Win.Spread.CellType.ISubEditor" class="text-break">ISubEditor Interface
</h1>
  <div class="markdown level0 summary"><p>Interface that defines the methods and properties required by objects
used as editors within the editor.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Win.Spread.CellType.html">FarPoint.Win.Spread.CellType</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.Spread.dll</h6>
  <h5 id="FarPoint_Win_Spread_CellType_ISubEditor_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface ISubEditor</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface ISubEditor</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="FarPoint_Win_Spread_CellType_ISubEditor_GetLocation_System_Drawing_Rectangle_" data-uid="FarPoint.Win.Spread.CellType.ISubEditor.GetLocation(System.Drawing.Rectangle)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.ISubEditor.GetLocation.html#FarPoint_Win_Spread_CellType_ISubEditor_GetLocation_System_Drawing_Rectangle_">GetLocation(Rectangle)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the initial location of the subeditor control.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_ISubEditor_GetPreferredSize" data-uid="FarPoint.Win.Spread.CellType.ISubEditor.GetPreferredSize">
          <a class="xref" href="FarPoint.Win.Spread.CellType.ISubEditor.GetPreferredSize.html#FarPoint_Win_Spread_CellType_ISubEditor_GetPreferredSize">GetPreferredSize()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the preferred (maximum required) size of the cell for the subeditor control.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_ISubEditor_GetSubEditorControl" data-uid="FarPoint.Win.Spread.CellType.ISubEditor.GetSubEditorControl">
          <a class="xref" href="FarPoint.Win.Spread.CellType.ISubEditor.GetSubEditorControl.html#FarPoint_Win_Spread_CellType_ISubEditor_GetSubEditorControl">GetSubEditorControl()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the control associated with the subeditor.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_ISubEditor_GetValue" data-uid="FarPoint.Win.Spread.CellType.ISubEditor.GetValue">
          <a class="xref" href="FarPoint.Win.Spread.CellType.ISubEditor.GetValue.html#FarPoint_Win_Spread_CellType_ISubEditor_GetValue">GetValue()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value from the subeditor control.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_ISubEditor_SetValue_System_Object_" data-uid="FarPoint.Win.Spread.CellType.ISubEditor.SetValue(System.Object)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.ISubEditor.SetValue.html#FarPoint_Win_Spread_CellType_ISubEditor_SetValue_System_Object_">SetValue(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the value into the subeditor control.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_ISubEditor_CloseUp" data-uid="FarPoint.Win.Spread.CellType.ISubEditor.CloseUp">
          <a class="xref" href="FarPoint.Win.Spread.CellType.ISubEditor.CloseUp.html">CloseUp</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the subeditor control goes away.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_ISubEditor_ValueChanged" data-uid="FarPoint.Win.Spread.CellType.ISubEditor.ValueChanged">
          <a class="xref" href="FarPoint.Win.Spread.CellType.ISubEditor.ValueChanged.html">ValueChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the value in the subeditor changes.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
