# GrapeCity.Spreadsheet.Drawing.IPictures

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_Drawing_IPictures" data-uid="GrapeCity.Spreadsheet.Drawing.IPictures" class="text-break">IPictures Interface
</h1>
  <div class="markdown level0 summary"><p>Represents a collection of all the <a class="xref" href="GrapeCity.Spreadsheet.Drawing.IPicture.html">IPicture</a> objects on the specified sheet.</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_IPictures_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IPictures</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IPictures</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_Spreadsheet_Drawing_IPictures_Count" data-uid="GrapeCity.Spreadsheet.Drawing.IPictures.Count">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.IPictures.Count.html#GrapeCity_Spreadsheet_Drawing_IPictures_Count">Count</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of pictures in the collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_IPictures_Item_System_Int32_" data-uid="GrapeCity.Spreadsheet.Drawing.IPictures.Item(System.Int32)">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.IPictures.Item.html#GrapeCity_Spreadsheet_Drawing_IPictures_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="GrapeCity.Spreadsheet.Drawing.IPicture.html">IPicture</a> object at the specified index.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_IPictures_Item_System_String_" data-uid="GrapeCity.Spreadsheet.Drawing.IPictures.Item(System.String)">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.IPictures.Item.html#GrapeCity_Spreadsheet_Drawing_IPictures_Item_System_String_">this[string]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="GrapeCity.Spreadsheet.Drawing.IPicture.html">IPicture</a> object with the specified name.</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_Spreadsheet_Drawing_IPictures_Paste_GrapeCity_Spreadsheet_IRange_System_Boolean_" data-uid="GrapeCity.Spreadsheet.Drawing.IPictures.Paste(GrapeCity.Spreadsheet.IRange,System.Boolean)">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.IPictures.Paste.html#GrapeCity_Spreadsheet_Drawing_IPictures_Paste_GrapeCity_Spreadsheet_IRange_System_Boolean_">Paste(IRange, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Pastes the contents of the Clipboard onto the sheet.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_IPictures_Paste_System_String_System_Boolean_" data-uid="GrapeCity.Spreadsheet.Drawing.IPictures.Paste(System.String,System.Boolean)">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.IPictures.Paste.html#GrapeCity_Spreadsheet_Drawing_IPictures_Paste_System_String_System_Boolean_">Paste(string, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Pastes the contents of the Clipboard onto the sheet.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
