# GrapeCity.Spreadsheet.Drawing.IShapeNodes

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_Drawing_IShapeNodes" data-uid="GrapeCity.Spreadsheet.Drawing.IShapeNodes" class="text-break">IShapeNodes Interface
</h1>
  <div class="markdown level0 summary"><p>Interface IShapeNodes</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Spreadsheet.Drawing.html">GrapeCity.Spreadsheet.Drawing</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.dll</h6>
  <h5 id="GrapeCity_Spreadsheet_Drawing_IShapeNodes_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IShapeNodes</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IShapeNodes</code></pre>
  </div>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_IShapeNodes_Count" data-uid="GrapeCity.Spreadsheet.Drawing.IShapeNodes.Count">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.IShapeNodes.Count.html#GrapeCity_Spreadsheet_Drawing_IShapeNodes_Count">Count</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an Integer value that represents the number of objects in the collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_IShapeNodes_Item_System_Int32_" data-uid="GrapeCity.Spreadsheet.Drawing.IShapeNodes.Item(System.Int32)">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.IShapeNodes.Item.html#GrapeCity_Spreadsheet_Drawing_IShapeNodes_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="GrapeCity.Spreadsheet.Drawing.IShapeNode.html">IShapeNode</a> at the specified index.</p>
</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="GrapeCity_Spreadsheet_Drawing_IShapeNodes_Delete_System_Int32_" data-uid="GrapeCity.Spreadsheet.Drawing.IShapeNodes.Delete(System.Int32)">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.IShapeNodes.Delete.html#GrapeCity_Spreadsheet_Drawing_IShapeNodes_Delete_System_Int32_">Delete(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Deletes the object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_IShapeNodes_Insert_System_Int32_GrapeCity_Spreadsheet_Drawing_SegmentType_GrapeCity_Spreadsheet_Drawing_EditingType_System_Double_System_Double_System_Double_System_Double_System_Double_System_Double_" data-uid="GrapeCity.Spreadsheet.Drawing.IShapeNodes.Insert(System.Int32,GrapeCity.Spreadsheet.Drawing.SegmentType,GrapeCity.Spreadsheet.Drawing.EditingType,System.Double,System.Double,System.Double,System.Double,System.Double,System.Double)">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.IShapeNodes.Insert.html#GrapeCity_Spreadsheet_Drawing_IShapeNodes_Insert_System_Int32_GrapeCity_Spreadsheet_Drawing_SegmentType_GrapeCity_Spreadsheet_Drawing_EditingType_System_Double_System_Double_System_Double_System_Double_System_Double_System_Double_">Insert(int, SegmentType, EditingType, double, double, double, double, double, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts a node into a freeform shape.</p>
</td>
      </tr>
      <tr>
        <td 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)">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.IShapeNodes.SetEditingType.html#GrapeCity_Spreadsheet_Drawing_IShapeNodes_SetEditingType_System_Int32_GrapeCity_Spreadsheet_Drawing_EditingType_">SetEditingType(int, EditingType)</a>
        </td>
        <td 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>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_IShapeNodes_SetPosition_System_Int32_System_Double_System_Double_" data-uid="GrapeCity.Spreadsheet.Drawing.IShapeNodes.SetPosition(System.Int32,System.Double,System.Double)">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.IShapeNodes.SetPosition.html#GrapeCity_Spreadsheet_Drawing_IShapeNodes_SetPosition_System_Int32_System_Double_System_Double_">SetPosition(int, double, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the location of the node specified by <code class="paramref">index</code>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_IShapeNodes_SetSegmentType_System_Int32_GrapeCity_Spreadsheet_Drawing_SegmentType_" data-uid="GrapeCity.Spreadsheet.Drawing.IShapeNodes.SetSegmentType(System.Int32,GrapeCity.Spreadsheet.Drawing.SegmentType)">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.IShapeNodes.SetSegmentType.html#GrapeCity_Spreadsheet_Drawing_IShapeNodes_SetSegmentType_System_Int32_GrapeCity_Spreadsheet_Drawing_SegmentType_">SetSegmentType(int, SegmentType)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the segment type of the segment that follows the node specified by <code class="paramref">index</code>.
If the node is a control point for a curved segment, this method sets the segment type for that curve.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
