# GrapeCity.Documents.Excel.Drawing.IShapeRangeProvider

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Excel_Drawing_IShapeRangeProvider" data-uid="GrapeCity.Documents.Excel.Drawing.IShapeRangeProvider" class="text-break">IShapeRangeProvider Interface
</h1>
  <div class="markdown level0 summary"><p>Provides C# equivalent of the following Visual Basic properties:<p></p><code>ReadOnly Property</code> Range(index <code>As String</code>()) <code>As</code><a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShapeRange.html">IShapeRange</a><code>Implements</code><a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShapes.Range.html#GrapeCity_Documents_Excel_Drawing_IShapes_Range">Range</a><p></p><code>ReadOnly Property</code> Range(index <code>As Integer</code>()) <code>As</code><a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShapeRange.html">IShapeRange</a><code>Implements</code><a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShapes.Range.html#GrapeCity_Documents_Excel_Drawing_IShapes_Range">Range</a><p></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_IShapeRangeProvider_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IShapeRangeProvider</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IShapeRangeProvider</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_IShapeRangeProvider_Item_System_Int32___" data-uid="GrapeCity.Documents.Excel.Drawing.IShapeRangeProvider.Item(System.Int32[])">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShapeRangeProvider.Item.html#GrapeCity_Documents_Excel_Drawing_IShapeRangeProvider_Item_System_Int32___">this[int[]]</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a ShapeRange object that represents a subset of the shapes in a Shapes collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IShapeRangeProvider_Item_System_String___" data-uid="GrapeCity.Documents.Excel.Drawing.IShapeRangeProvider.Item(System.String[])">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShapeRangeProvider.Item.html#GrapeCity_Documents_Excel_Drawing_IShapeRangeProvider_Item_System_String___">this[string[]]</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a ShapeRange object that represents a subset of the shapes in a Shapes collection.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
