# GrapeCity.Documents.Excel.Drawing.IShapes

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Excel_Drawing_IShapes" data-uid="GrapeCity.Documents.Excel.Drawing.IShapes" class="text-break">IShapes Interface
</h1>
  <div class="markdown level0 summary"><p>A collection of all the <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShape.html">IShape</a> objects on the specified sheet.</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_IShapes_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IShapes : IEnumerable&lt;IShape&gt;, IEnumerable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IShapes
    Inherits 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_IShapes_Count" data-uid="GrapeCity.Documents.Excel.Drawing.IShapes.Count">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShapes.Count.html#GrapeCity_Documents_Excel_Drawing_IShapes_Count">Count</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the number of objects in the collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IShapes_Item_System_Int32_" data-uid="GrapeCity.Documents.Excel.Drawing.IShapes.Item(System.Int32)">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShapes.Item.html#GrapeCity_Documents_Excel_Drawing_IShapes_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a single object from a collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IShapes_Item_System_String_" data-uid="GrapeCity.Documents.Excel.Drawing.IShapes.Item(System.String)">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShapes.Item.html#GrapeCity_Documents_Excel_Drawing_IShapes_Item_System_String_">this[string]</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a single object from a collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IShapes_Range" data-uid="GrapeCity.Documents.Excel.Drawing.IShapes.Range">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShapes.Range.html#GrapeCity_Documents_Excel_Drawing_IShapes_Range">Range</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a IShapeRangeProvider object that receives parameters of the Range property.</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_IShapes_AddCameraPicture_System_String_GrapeCity_Documents_Excel_IRange_" data-uid="GrapeCity.Documents.Excel.Drawing.IShapes.AddCameraPicture(System.String,GrapeCity.Documents.Excel.IRange)">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShapes.AddCameraPicture.html#GrapeCity_Documents_Excel_Drawing_IShapes_AddCameraPicture_System_String_GrapeCity_Documents_Excel_IRange_">AddCameraPicture(string, IRange)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a picture from reference range to the target range on the current sheet.
<br>The sheet of targetRange and the sheet of the shape being added must be the same sheet.
<br>Returns the <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShape.html">IShape</a> object that represents the new picture.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IShapes_AddCameraPicture_System_String_System_Double_System_Double_" data-uid="GrapeCity.Documents.Excel.Drawing.IShapes.AddCameraPicture(System.String,System.Double,System.Double)">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShapes.AddCameraPicture.html#GrapeCity_Documents_Excel_Drawing_IShapes_AddCameraPicture_System_String_System_Double_System_Double_">AddCameraPicture(string, double, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a picture from reference range.Returns the <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShape.html">IShape</a> object that represents the new picture.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IShapes_AddCameraPicture_System_String_System_Double_System_Double_System_Double_System_Double_" data-uid="GrapeCity.Documents.Excel.Drawing.IShapes.AddCameraPicture(System.String,System.Double,System.Double,System.Double,System.Double)">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShapes.AddCameraPicture.html#GrapeCity_Documents_Excel_Drawing_IShapes_AddCameraPicture_System_String_System_Double_System_Double_System_Double_System_Double_">AddCameraPicture(string, double, double, double, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a picture from reference range.Returns the <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShape.html">IShape</a> object that represents the new picture.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IShapes_AddCameraPicture_System_String_System_String_GrapeCity_Documents_Excel_IRange_" data-uid="GrapeCity.Documents.Excel.Drawing.IShapes.AddCameraPicture(System.String,System.String,GrapeCity.Documents.Excel.IRange)">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShapes.AddCameraPicture.html#GrapeCity_Documents_Excel_Drawing_IShapes_AddCameraPicture_System_String_System_String_GrapeCity_Documents_Excel_IRange_">AddCameraPicture(string, string, IRange)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a picture from reference range to the specified range on the current sheet.
<br>The sheet of targetRange and the sheet of the shape being added must be the same sheet.
<br>Returns the <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShape.html">IShape</a> object that represents the new picture.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IShapes_AddCameraPicture_System_String_System_String_System_Double_System_Double_" data-uid="GrapeCity.Documents.Excel.Drawing.IShapes.AddCameraPicture(System.String,System.String,System.Double,System.Double)">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShapes.AddCameraPicture.html#GrapeCity_Documents_Excel_Drawing_IShapes_AddCameraPicture_System_String_System_String_System_Double_System_Double_">AddCameraPicture(string, string, double, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a picture from reference range.Returns the <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShape.html">IShape</a> object that represents the new picture.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IShapes_AddCameraPicture_System_String_System_String_System_Double_System_Double_System_Double_System_Double_" data-uid="GrapeCity.Documents.Excel.Drawing.IShapes.AddCameraPicture(System.String,System.String,System.Double,System.Double,System.Double,System.Double)">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShapes.AddCameraPicture.html#GrapeCity_Documents_Excel_Drawing_IShapes_AddCameraPicture_System_String_System_String_System_Double_System_Double_System_Double_System_Double_">AddCameraPicture(string, string, double, double, double, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a picture from reference range.Returns the <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShape.html">IShape</a> object that represents the new picture.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IShapes_AddChart_GrapeCity_Documents_Excel_Drawing_ChartType_GrapeCity_Documents_Excel_IRange_" data-uid="GrapeCity.Documents.Excel.Drawing.IShapes.AddChart(GrapeCity.Documents.Excel.Drawing.ChartType,GrapeCity.Documents.Excel.IRange)">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShapes.AddChart.html#GrapeCity_Documents_Excel_Drawing_IShapes_AddChart_GrapeCity_Documents_Excel_Drawing_ChartType_GrapeCity_Documents_Excel_IRange_">AddChart(ChartType, IRange)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a chart at the specified range on the current sheet.
<br>The sheet of targetRange and the sheet of the shape being added must be the same sheet.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IShapes_AddChart_GrapeCity_Documents_Excel_Drawing_ChartType_System_Double_System_Double_System_Double_System_Double_" data-uid="GrapeCity.Documents.Excel.Drawing.IShapes.AddChart(GrapeCity.Documents.Excel.Drawing.ChartType,System.Double,System.Double,System.Double,System.Double)">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShapes.AddChart.html#GrapeCity_Documents_Excel_Drawing_IShapes_AddChart_GrapeCity_Documents_Excel_Drawing_ChartType_System_Double_System_Double_System_Double_System_Double_">AddChart(ChartType, double, double, double, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a chart at the specified location on the active sheet.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IShapes_AddChart_System_String_GrapeCity_Documents_Excel_Drawing_ChartType_GrapeCity_Documents_Excel_IRange_" data-uid="GrapeCity.Documents.Excel.Drawing.IShapes.AddChart(System.String,GrapeCity.Documents.Excel.Drawing.ChartType,GrapeCity.Documents.Excel.IRange)">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShapes.AddChart.html#GrapeCity_Documents_Excel_Drawing_IShapes_AddChart_System_String_GrapeCity_Documents_Excel_Drawing_ChartType_GrapeCity_Documents_Excel_IRange_">AddChart(string, ChartType, IRange)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a chart at the specified range on the current sheet.
<br>The sheet of targetRange and the sheet of the shape being added must be the same sheet.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IShapes_AddChart_System_String_GrapeCity_Documents_Excel_Drawing_ChartType_System_Double_System_Double_System_Double_System_Double_" data-uid="GrapeCity.Documents.Excel.Drawing.IShapes.AddChart(System.String,GrapeCity.Documents.Excel.Drawing.ChartType,System.Double,System.Double,System.Double,System.Double)">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShapes.AddChart.html#GrapeCity_Documents_Excel_Drawing_IShapes_AddChart_System_String_GrapeCity_Documents_Excel_Drawing_ChartType_System_Double_System_Double_System_Double_System_Double_">AddChart(string, ChartType, double, double, double, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a chart at the specified location on the active sheet.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IShapes_AddChartInPixel_GrapeCity_Documents_Excel_Drawing_ChartType_System_Double_System_Double_System_Double_System_Double_" data-uid="GrapeCity.Documents.Excel.Drawing.IShapes.AddChartInPixel(GrapeCity.Documents.Excel.Drawing.ChartType,System.Double,System.Double,System.Double,System.Double)">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShapes.AddChartInPixel.html#GrapeCity_Documents_Excel_Drawing_IShapes_AddChartInPixel_GrapeCity_Documents_Excel_Drawing_ChartType_System_Double_System_Double_System_Double_System_Double_">AddChartInPixel(ChartType, double, double, double, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a chart at the specified location on the active sheet.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IShapes_AddChartInPixel_System_String_GrapeCity_Documents_Excel_Drawing_ChartType_System_Double_System_Double_System_Double_System_Double_" data-uid="GrapeCity.Documents.Excel.Drawing.IShapes.AddChartInPixel(System.String,GrapeCity.Documents.Excel.Drawing.ChartType,System.Double,System.Double,System.Double,System.Double)">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShapes.AddChartInPixel.html#GrapeCity_Documents_Excel_Drawing_IShapes_AddChartInPixel_System_String_GrapeCity_Documents_Excel_Drawing_ChartType_System_Double_System_Double_System_Double_System_Double_">AddChartInPixel(string, ChartType, double, double, double, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a chart at the specified location on the active sheet.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IShapes_AddConnector_GrapeCity_Documents_Excel_Drawing_ConnectorType_GrapeCity_Documents_Excel_IRange_" data-uid="GrapeCity.Documents.Excel.Drawing.IShapes.AddConnector(GrapeCity.Documents.Excel.Drawing.ConnectorType,GrapeCity.Documents.Excel.IRange)">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShapes.AddConnector.html#GrapeCity_Documents_Excel_Drawing_IShapes_AddConnector_GrapeCity_Documents_Excel_Drawing_ConnectorType_GrapeCity_Documents_Excel_IRange_">AddConnector(ConnectorType, IRange)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a connector at the specified range on the current sheet.
<br>The sheet of targetRange and the sheet of the shape being added must be the same sheet.
<br>Returns the <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShape.html">IShape</a> object that represents the new connector.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IShapes_AddConnector_GrapeCity_Documents_Excel_Drawing_ConnectorType_System_Double_System_Double_System_Double_System_Double_" data-uid="GrapeCity.Documents.Excel.Drawing.IShapes.AddConnector(GrapeCity.Documents.Excel.Drawing.ConnectorType,System.Double,System.Double,System.Double,System.Double)">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShapes.AddConnector.html#GrapeCity_Documents_Excel_Drawing_IShapes_AddConnector_GrapeCity_Documents_Excel_Drawing_ConnectorType_System_Double_System_Double_System_Double_System_Double_">AddConnector(ConnectorType, double, double, double, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a connector. Returns the <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShape.html">IShape</a> object that represents the new connector.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IShapes_AddConnector_System_String_GrapeCity_Documents_Excel_Drawing_ConnectorType_GrapeCity_Documents_Excel_IRange_" data-uid="GrapeCity.Documents.Excel.Drawing.IShapes.AddConnector(System.String,GrapeCity.Documents.Excel.Drawing.ConnectorType,GrapeCity.Documents.Excel.IRange)">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShapes.AddConnector.html#GrapeCity_Documents_Excel_Drawing_IShapes_AddConnector_System_String_GrapeCity_Documents_Excel_Drawing_ConnectorType_GrapeCity_Documents_Excel_IRange_">AddConnector(string, ConnectorType, IRange)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a connector at the specified range on the current sheet.
<br>The sheet of targetRange and the sheet of the shape being added must be the same sheet.
<br>Returns the <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShape.html">IShape</a> object that represents the new connector.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IShapes_AddConnector_System_String_GrapeCity_Documents_Excel_Drawing_ConnectorType_System_Double_System_Double_System_Double_System_Double_" data-uid="GrapeCity.Documents.Excel.Drawing.IShapes.AddConnector(System.String,GrapeCity.Documents.Excel.Drawing.ConnectorType,System.Double,System.Double,System.Double,System.Double)">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShapes.AddConnector.html#GrapeCity_Documents_Excel_Drawing_IShapes_AddConnector_System_String_GrapeCity_Documents_Excel_Drawing_ConnectorType_System_Double_System_Double_System_Double_System_Double_">AddConnector(string, ConnectorType, double, double, double, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a connector. Returns the <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShape.html">IShape</a> object that represents the new connector.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IShapes_AddConnectorInPixel_GrapeCity_Documents_Excel_Drawing_ConnectorType_System_Double_System_Double_System_Double_System_Double_" data-uid="GrapeCity.Documents.Excel.Drawing.IShapes.AddConnectorInPixel(GrapeCity.Documents.Excel.Drawing.ConnectorType,System.Double,System.Double,System.Double,System.Double)">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShapes.AddConnectorInPixel.html#GrapeCity_Documents_Excel_Drawing_IShapes_AddConnectorInPixel_GrapeCity_Documents_Excel_Drawing_ConnectorType_System_Double_System_Double_System_Double_System_Double_">AddConnectorInPixel(ConnectorType, double, double, double, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a connector. Returns the <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShape.html">IShape</a> object that represents the new connector.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IShapes_AddConnectorInPixel_System_String_GrapeCity_Documents_Excel_Drawing_ConnectorType_System_Double_System_Double_System_Double_System_Double_" data-uid="GrapeCity.Documents.Excel.Drawing.IShapes.AddConnectorInPixel(System.String,GrapeCity.Documents.Excel.Drawing.ConnectorType,System.Double,System.Double,System.Double,System.Double)">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShapes.AddConnectorInPixel.html#GrapeCity_Documents_Excel_Drawing_IShapes_AddConnectorInPixel_System_String_GrapeCity_Documents_Excel_Drawing_ConnectorType_System_Double_System_Double_System_Double_System_Double_">AddConnectorInPixel(string, ConnectorType, double, double, double, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a connector. Returns the <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShape.html">IShape</a> object that represents the new connector.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IShapes_AddPicture_System_IO_Stream_GrapeCity_Documents_Excel_Drawing_ImageType_GrapeCity_Documents_Excel_IRange_" data-uid="GrapeCity.Documents.Excel.Drawing.IShapes.AddPicture(System.IO.Stream,GrapeCity.Documents.Excel.Drawing.ImageType,GrapeCity.Documents.Excel.IRange)">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShapes.AddPicture.html#GrapeCity_Documents_Excel_Drawing_IShapes_AddPicture_System_IO_Stream_GrapeCity_Documents_Excel_Drawing_ImageType_GrapeCity_Documents_Excel_IRange_">AddPicture(Stream, ImageType, IRange)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a picture from an existing stream at the specified range on the current sheet.
<br>The sheet of targetRange and the sheet of the shape being added must be the same sheet.
<br>Returns the <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShape.html">IShape</a> object that represents the new picture.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IShapes_AddPicture_System_IO_Stream_GrapeCity_Documents_Excel_Drawing_ImageType_System_Double_System_Double_System_Double_System_Double_" data-uid="GrapeCity.Documents.Excel.Drawing.IShapes.AddPicture(System.IO.Stream,GrapeCity.Documents.Excel.Drawing.ImageType,System.Double,System.Double,System.Double,System.Double)">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShapes.AddPicture.html#GrapeCity_Documents_Excel_Drawing_IShapes_AddPicture_System_IO_Stream_GrapeCity_Documents_Excel_Drawing_ImageType_System_Double_System_Double_System_Double_System_Double_">AddPicture(Stream, ImageType, double, double, double, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a picture from an existing stream. Returns the <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShape.html">IShape</a> object that represents the new picture.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IShapes_AddPicture_System_String_GrapeCity_Documents_Excel_IRange_" data-uid="GrapeCity.Documents.Excel.Drawing.IShapes.AddPicture(System.String,GrapeCity.Documents.Excel.IRange)">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShapes.AddPicture.html#GrapeCity_Documents_Excel_Drawing_IShapes_AddPicture_System_String_GrapeCity_Documents_Excel_IRange_">AddPicture(string, IRange)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a picture from an existing file at the specified range on the current sheet.
<br>The sheet of targetRange and the sheet of the shape being added must be the same sheet.
<br>Returns the <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShape.html">IShape</a> object that represents the new picture.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IShapes_AddPicture_System_String_System_Double_System_Double_System_Double_System_Double_" data-uid="GrapeCity.Documents.Excel.Drawing.IShapes.AddPicture(System.String,System.Double,System.Double,System.Double,System.Double)">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShapes.AddPicture.html#GrapeCity_Documents_Excel_Drawing_IShapes_AddPicture_System_String_System_Double_System_Double_System_Double_System_Double_">AddPicture(string, double, double, double, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a picture from an existing file. Returns the <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShape.html">IShape</a> object that represents the new picture.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IShapes_AddPicture_System_String_System_IO_Stream_GrapeCity_Documents_Excel_Drawing_ImageType_GrapeCity_Documents_Excel_IRange_" data-uid="GrapeCity.Documents.Excel.Drawing.IShapes.AddPicture(System.String,System.IO.Stream,GrapeCity.Documents.Excel.Drawing.ImageType,GrapeCity.Documents.Excel.IRange)">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShapes.AddPicture.html#GrapeCity_Documents_Excel_Drawing_IShapes_AddPicture_System_String_System_IO_Stream_GrapeCity_Documents_Excel_Drawing_ImageType_GrapeCity_Documents_Excel_IRange_">AddPicture(string, Stream, ImageType, IRange)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a picture from an existing stream at the specified range on the current sheet.
<br>The sheet of targetRange and the sheet of the shape being added must be the same sheet.
<br>Returns the <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShape.html">IShape</a> object that represents the new picture.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IShapes_AddPicture_System_String_System_IO_Stream_GrapeCity_Documents_Excel_Drawing_ImageType_System_Double_System_Double_System_Double_System_Double_" data-uid="GrapeCity.Documents.Excel.Drawing.IShapes.AddPicture(System.String,System.IO.Stream,GrapeCity.Documents.Excel.Drawing.ImageType,System.Double,System.Double,System.Double,System.Double)">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShapes.AddPicture.html#GrapeCity_Documents_Excel_Drawing_IShapes_AddPicture_System_String_System_IO_Stream_GrapeCity_Documents_Excel_Drawing_ImageType_System_Double_System_Double_System_Double_System_Double_">AddPicture(string, Stream, ImageType, double, double, double, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a picture from an existing stream. Returns the <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShape.html">IShape</a> object that represents the new picture.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IShapes_AddPicture_System_String_System_String_GrapeCity_Documents_Excel_IRange_" data-uid="GrapeCity.Documents.Excel.Drawing.IShapes.AddPicture(System.String,System.String,GrapeCity.Documents.Excel.IRange)">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShapes.AddPicture.html#GrapeCity_Documents_Excel_Drawing_IShapes_AddPicture_System_String_System_String_GrapeCity_Documents_Excel_IRange_">AddPicture(string, string, IRange)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a picture from an existing file at the specified range on the current sheet.
<br>The sheet of targetRange and the sheet of the shape being added must be the same sheet.
<br>Returns the <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShape.html">IShape</a> object that represents the new picture.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IShapes_AddPicture_System_String_System_String_System_Double_System_Double_System_Double_System_Double_" data-uid="GrapeCity.Documents.Excel.Drawing.IShapes.AddPicture(System.String,System.String,System.Double,System.Double,System.Double,System.Double)">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShapes.AddPicture.html#GrapeCity_Documents_Excel_Drawing_IShapes_AddPicture_System_String_System_String_System_Double_System_Double_System_Double_System_Double_">AddPicture(string, string, double, double, double, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a picture from an existing file. Returns the <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShape.html">IShape</a> object that represents the new picture.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IShapes_AddPictureInPixel_System_IO_Stream_GrapeCity_Documents_Excel_Drawing_ImageType_System_Double_System_Double_System_Double_System_Double_" data-uid="GrapeCity.Documents.Excel.Drawing.IShapes.AddPictureInPixel(System.IO.Stream,GrapeCity.Documents.Excel.Drawing.ImageType,System.Double,System.Double,System.Double,System.Double)">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShapes.AddPictureInPixel.html#GrapeCity_Documents_Excel_Drawing_IShapes_AddPictureInPixel_System_IO_Stream_GrapeCity_Documents_Excel_Drawing_ImageType_System_Double_System_Double_System_Double_System_Double_">AddPictureInPixel(Stream, ImageType, double, double, double, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a picture from an existing stream. Returns the <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShape.html">IShape</a> object that represents the new picture.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IShapes_AddPictureInPixel_System_String_System_Double_System_Double_System_Double_System_Double_" data-uid="GrapeCity.Documents.Excel.Drawing.IShapes.AddPictureInPixel(System.String,System.Double,System.Double,System.Double,System.Double)">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShapes.AddPictureInPixel.html#GrapeCity_Documents_Excel_Drawing_IShapes_AddPictureInPixel_System_String_System_Double_System_Double_System_Double_System_Double_">AddPictureInPixel(string, double, double, double, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a picture from an existing file. Returns the <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShape.html">IShape</a> object that represents the new picture.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IShapes_AddPictureInPixel_System_String_System_IO_Stream_GrapeCity_Documents_Excel_Drawing_ImageType_System_Double_System_Double_System_Double_System_Double_" data-uid="GrapeCity.Documents.Excel.Drawing.IShapes.AddPictureInPixel(System.String,System.IO.Stream,GrapeCity.Documents.Excel.Drawing.ImageType,System.Double,System.Double,System.Double,System.Double)">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShapes.AddPictureInPixel.html#GrapeCity_Documents_Excel_Drawing_IShapes_AddPictureInPixel_System_String_System_IO_Stream_GrapeCity_Documents_Excel_Drawing_ImageType_System_Double_System_Double_System_Double_System_Double_">AddPictureInPixel(string, Stream, ImageType, double, double, double, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a picture from an existing stream. Returns the <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShape.html">IShape</a> object that represents the new picture.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IShapes_AddPictureInPixel_System_String_System_String_System_Double_System_Double_System_Double_System_Double_" data-uid="GrapeCity.Documents.Excel.Drawing.IShapes.AddPictureInPixel(System.String,System.String,System.Double,System.Double,System.Double,System.Double)">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShapes.AddPictureInPixel.html#GrapeCity_Documents_Excel_Drawing_IShapes_AddPictureInPixel_System_String_System_String_System_Double_System_Double_System_Double_System_Double_">AddPictureInPixel(string, string, double, double, double, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a picture from an existing file. Returns the <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShape.html">IShape</a> object that represents the new picture.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IShapes_AddShape_GrapeCity_Documents_Excel_Drawing_AutoShapeType_GrapeCity_Documents_Excel_IRange_" data-uid="GrapeCity.Documents.Excel.Drawing.IShapes.AddShape(GrapeCity.Documents.Excel.Drawing.AutoShapeType,GrapeCity.Documents.Excel.IRange)">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShapes.AddShape.html#GrapeCity_Documents_Excel_Drawing_IShapes_AddShape_GrapeCity_Documents_Excel_Drawing_AutoShapeType_GrapeCity_Documents_Excel_IRange_">AddShape(AutoShapeType, IRange)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShape.html">IShape</a> object that represents the new AutoShape at the specified range on the current sheet.
<br>The sheet of targetRange and the sheet of the shape being added must be the same sheet.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IShapes_AddShape_GrapeCity_Documents_Excel_Drawing_AutoShapeType_System_Double_System_Double_System_Double_System_Double_" data-uid="GrapeCity.Documents.Excel.Drawing.IShapes.AddShape(GrapeCity.Documents.Excel.Drawing.AutoShapeType,System.Double,System.Double,System.Double,System.Double)">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShapes.AddShape.html#GrapeCity_Documents_Excel_Drawing_IShapes_AddShape_GrapeCity_Documents_Excel_Drawing_AutoShapeType_System_Double_System_Double_System_Double_System_Double_">AddShape(AutoShapeType, double, double, double, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShape.html">IShape</a> object that represents the new AutoShape in a worksheet.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IShapes_AddShape_System_String_GrapeCity_Documents_Excel_Drawing_AutoShapeType_GrapeCity_Documents_Excel_IRange_" data-uid="GrapeCity.Documents.Excel.Drawing.IShapes.AddShape(System.String,GrapeCity.Documents.Excel.Drawing.AutoShapeType,GrapeCity.Documents.Excel.IRange)">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShapes.AddShape.html#GrapeCity_Documents_Excel_Drawing_IShapes_AddShape_System_String_GrapeCity_Documents_Excel_Drawing_AutoShapeType_GrapeCity_Documents_Excel_IRange_">AddShape(string, AutoShapeType, IRange)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShape.html">IShape</a> object that represents the new AutoShape at the specified range on the current sheet.
<br>The sheet of targetRange and the sheet of the shape being added must be the same sheet.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IShapes_AddShape_System_String_GrapeCity_Documents_Excel_Drawing_AutoShapeType_System_Double_System_Double_System_Double_System_Double_" data-uid="GrapeCity.Documents.Excel.Drawing.IShapes.AddShape(System.String,GrapeCity.Documents.Excel.Drawing.AutoShapeType,System.Double,System.Double,System.Double,System.Double)">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShapes.AddShape.html#GrapeCity_Documents_Excel_Drawing_IShapes_AddShape_System_String_GrapeCity_Documents_Excel_Drawing_AutoShapeType_System_Double_System_Double_System_Double_System_Double_">AddShape(string, AutoShapeType, double, double, double, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShape.html">IShape</a> object that represents the new AutoShape in a worksheet.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IShapes_AddShapeInPixel_GrapeCity_Documents_Excel_Drawing_AutoShapeType_System_Double_System_Double_System_Double_System_Double_" data-uid="GrapeCity.Documents.Excel.Drawing.IShapes.AddShapeInPixel(GrapeCity.Documents.Excel.Drawing.AutoShapeType,System.Double,System.Double,System.Double,System.Double)">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShapes.AddShapeInPixel.html#GrapeCity_Documents_Excel_Drawing_IShapes_AddShapeInPixel_GrapeCity_Documents_Excel_Drawing_AutoShapeType_System_Double_System_Double_System_Double_System_Double_">AddShapeInPixel(AutoShapeType, double, double, double, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShape.html">IShape</a> object that represents the new AutoShape in a worksheet.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IShapes_AddShapeInPixel_System_String_GrapeCity_Documents_Excel_Drawing_AutoShapeType_System_Double_System_Double_System_Double_System_Double_" data-uid="GrapeCity.Documents.Excel.Drawing.IShapes.AddShapeInPixel(System.String,GrapeCity.Documents.Excel.Drawing.AutoShapeType,System.Double,System.Double,System.Double,System.Double)">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShapes.AddShapeInPixel.html#GrapeCity_Documents_Excel_Drawing_IShapes_AddShapeInPixel_System_String_GrapeCity_Documents_Excel_Drawing_AutoShapeType_System_Double_System_Double_System_Double_System_Double_">AddShapeInPixel(string, AutoShapeType, double, double, double, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShape.html">IShape</a> object that represents the new AutoShape in a worksheet.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
