# GrapeCity.Spreadsheet.Drawing.QueryShapeType

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Spreadsheet_Drawing_QueryShapeType" data-uid="GrapeCity.Spreadsheet.Drawing.QueryShapeType" class="text-break">QueryShapeType Enum
</h1>
  <div class="markdown level0 summary"><p>Determining specified object will be queried.</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_QueryShapeType_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[Flags]
public enum QueryShapeType</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;Flags&gt;
Public Enum QueryShapeType</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_QueryShapeType_All">All</td>
        <td><p>Queries all <span class="xref">GrapeCity.Spreadsheet.Drawing.DrawingObject</span></p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_QueryShapeType_Comment">Comment</td>
        <td><p>Queries all <span class="xref">GrapeCity.Spreadsheet.Drawing.CellNote</span></p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_QueryShapeType_None">None</td>
        <td><p>Queries nothing.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_QueryShapeType_Other">Other</td>
        <td><p>Queries other drawing objects type.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_QueryShapeType_Shape">Shape</td>
        <td><p>Queries all <span class="xref">GrapeCity.Spreadsheet.Drawing.Shape</span></p>
</td>
      </tr>
    </tbody>
  </table>
</div>
