# GrapeCity.Spreadsheet.Drawing.IShapeNodes.SetEditingType

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Spreadsheet_Drawing_IShapeNodes_SetEditingType_" data-uid="GrapeCity.Spreadsheet.Drawing.IShapeNodes.SetEditingType*">SetEditingType Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Spreadsheet_Drawing_IShapeNodes_SetEditingType_" data-uid="GrapeCity.Spreadsheet.Drawing.IShapeNodes.SetEditingType*"></a>
<h4 id="GrapeCity_Spreadsheet_Drawing_IShapeNodes_SetEditingType_System_Int32_GrapeCity_Spreadsheet_Drawing_EditingType_" data-uid="GrapeCity.Spreadsheet.Drawing.IShapeNodes.SetEditingType(System.Int32,GrapeCity.Spreadsheet.Drawing.EditingType)">SetEditingType(int, EditingType)</h4>
<div class="markdown level1 summary"><p>Sets the editing type of the node specified by <code class="paramref">index</code>.
If the node is a control point for a curved segment, this method sets the editing type of the node adjacent to it that joins two segments.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">void SetEditingType(int index, EditingType editingType)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Sub SetEditingType(index As Integer, editingType As EditingType)</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.int32">int</a></td>
      <td><span class="parametername">index</span></td>
      <td><p>The node whose editing type is to be set.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="GrapeCity.Spreadsheet.Drawing.EditingType.html">EditingType</a></td>
      <td><span class="parametername">editingType</span></td>
      <td><p>The editing property of the vertex.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
