# GrapeCity.Spreadsheet.Drawing.ShapeType

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Spreadsheet_Drawing_ShapeType" data-uid="GrapeCity.Spreadsheet.Drawing.ShapeType" class="text-break">ShapeType Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the type of a shape or range of shapes.</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_ShapeType_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum ShapeType</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum ShapeType</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_ShapeType_AutoShape">AutoShape</td>
        <td><p>The automatic shape</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_ShapeType_Callout">Callout</td>
        <td><p>The callout</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_ShapeType_Chart">Chart</td>
        <td><p>The chart</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_ShapeType_Comment">Comment</td>
        <td><p>The comment</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_ShapeType_FormControl">FormControl</td>
        <td><p>The form control</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_ShapeType_Freeform">Freeform</td>
        <td><p>The freeform</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_ShapeType_Graphic">Graphic</td>
        <td><p>The graphic</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_ShapeType_Group">Group</td>
        <td><p>The group</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_ShapeType_Line">Line</td>
        <td><p>The line</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_ShapeType_LinkedPicture">LinkedPicture</td>
        <td><p>The linked picture</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_ShapeType_Picture">Picture</td>
        <td><p>The picture</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_ShapeType_Slicer">Slicer</td>
        <td><p>The slicer</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_ShapeType_Unspecified">Unspecified</td>
        <td><p>The shape type mixed</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
