# GrapeCity.Documents.Excel.Drawing.IShapeRange

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Excel_Drawing_IShapeRange" data-uid="GrapeCity.Documents.Excel.Drawing.IShapeRange" class="text-break">IShapeRange Interface
</h1>
  <div class="markdown level0 summary"><p>Represents a shape range, which is a set of shapes on a document.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Excel.Drawing.html">GrapeCity.Documents.Excel.Drawing</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Excel.dll</h6>
  <h5 id="GrapeCity_Documents_Excel_Drawing_IShapeRange_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IShapeRange : IReadOnlyList&lt;IShape&gt;, IReadOnlyCollection&lt;IShape&gt;, IEnumerable&lt;IShape&gt;, IEnumerable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IShapeRange
    Inherits IReadOnlyList(Of IShape), IReadOnlyCollection(Of IShape), IEnumerable(Of IShape), IEnumerable</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_Documents_Excel_Drawing_IShapeRange_Item_System_String_" data-uid="GrapeCity.Documents.Excel.Drawing.IShapeRange.Item(System.String)">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShapeRange.Item.html#GrapeCity_Documents_Excel_Drawing_IShapeRange_Item_System_String_">this[string]</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a single object from a collection.</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_Documents_Excel_Drawing_IShapeRange_Group" data-uid="GrapeCity.Documents.Excel.Drawing.IShapeRange.Group">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShapeRange.Group.html#GrapeCity_Documents_Excel_Drawing_IShapeRange_Group">Group()</a>
        </td>
        <td class="markdown level1 summary"><p>Groups the shapes in the specified range.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
