# GrapeCity.Spreadsheet.Drawing.IPictureEffects

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_Drawing_IPictureEffects" data-uid="GrapeCity.Spreadsheet.Drawing.IPictureEffects" class="text-break">IPictureEffects Interface
</h1>
  <div class="markdown level0 summary"><p>Represents a collection of <a class="xref" href="GrapeCity.Spreadsheet.Drawing.IPictureEffect.html">IPictureEffect</a> objects.</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_IPictureEffects_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IPictureEffects</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IPictureEffects</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_IPictureEffects_Count" data-uid="GrapeCity.Spreadsheet.Drawing.IPictureEffects.Count">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.IPictureEffects.Count.html#GrapeCity_Spreadsheet_Drawing_IPictureEffects_Count">Count</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the count of the number of PictureEffect objects contained within the <a class="xref" href="GrapeCity.Spreadsheet.Drawing.IPictureEffects.html">IPictureEffects</a> collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_IPictureEffects_Item_System_Int32_" data-uid="GrapeCity.Spreadsheet.Drawing.IPictureEffects.Item(System.Int32)">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.IPictureEffects.Item.html#GrapeCity_Spreadsheet_Drawing_IPictureEffects_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="GrapeCity.Spreadsheet.Drawing.IPictureEffect.html">IPictureEffect</a> object at the specified index.</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_IPictureEffects_Delete_System_Int32_" data-uid="GrapeCity.Spreadsheet.Drawing.IPictureEffects.Delete(System.Int32)">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.IPictureEffects.Delete.html#GrapeCity_Spreadsheet_Drawing_IPictureEffects_Delete_System_Int32_">Delete(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Deletes a <a class="xref" href="GrapeCity.Spreadsheet.Drawing.IPictureEffect.html">IPictureEffect</a> object from the collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_IPictureEffects_Insert_GrapeCity_Spreadsheet_Drawing_PictureEffectType_System_Int32_" data-uid="GrapeCity.Spreadsheet.Drawing.IPictureEffects.Insert(GrapeCity.Spreadsheet.Drawing.PictureEffectType,System.Int32)">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.IPictureEffects.Insert.html#GrapeCity_Spreadsheet_Drawing_IPictureEffects_Insert_GrapeCity_Spreadsheet_Drawing_PictureEffectType_System_Int32_">Insert(PictureEffectType, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts a picture effect in a chain of composite effects.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
