# GrapeCity.Documents.Excel.CellPicture

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Excel_CellPicture" data-uid="GrapeCity.Documents.Excel.CellPicture" class="text-break">CellPicture Class
</h1>
  <div class="markdown level0 summary"><p>Represents a picture embedded in a cell (Picture-In-Cell).</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">CellPicture</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Excel.html">GrapeCity.Documents.Excel</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Excel.dll</h6>
  <h5 id="GrapeCity_Documents_Excel_CellPicture_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class CellPicture</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class CellPicture</code></pre>
  </div>
  <h3 id="constructors">Constructors
</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_CellPicture__ctor_System_Byte___" data-uid="GrapeCity.Documents.Excel.CellPicture.#ctor(System.Byte[])">
          <a class="xref" href="GrapeCity.Documents.Excel.CellPicture.-ctor.html#GrapeCity_Documents_Excel_CellPicture__ctor_System_Byte___">CellPicture(byte[])</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Documents.Excel.CellPicture.html">CellPicture</a> class
with the specified image data.
The provided array is copied, so subsequent changes to the input array
do not affect this instance.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_CellPicture__ctor_System_Byte___System_String_" data-uid="GrapeCity.Documents.Excel.CellPicture.#ctor(System.Byte[],System.String)">
          <a class="xref" href="GrapeCity.Documents.Excel.CellPicture.-ctor.html#GrapeCity_Documents_Excel_CellPicture__ctor_System_Byte___System_String_">CellPicture(byte[], string)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Documents.Excel.CellPicture.html">CellPicture</a> class
with the specified image data and alt text.
The provided array is copied, so subsequent changes to the input array
do not affect this instance.</p>
</td>
      </tr>
    </tbody>
  </table>
  <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_CellPicture_AltText" data-uid="GrapeCity.Documents.Excel.CellPicture.AltText">
          <a class="xref" href="GrapeCity.Documents.Excel.CellPicture.AltText.html#GrapeCity_Documents_Excel_CellPicture_AltText">AltText</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the alt text of the picture.
After modification, it must be reassigned to <a class="xref" href="GrapeCity.Documents.Excel.IRange.CellPicture.html#GrapeCity_Documents_Excel_IRange_CellPicture">CellPicture</a> to take effect.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_CellPicture_ImageData" data-uid="GrapeCity.Documents.Excel.CellPicture.ImageData">
          <a class="xref" href="GrapeCity.Documents.Excel.CellPicture.ImageData.html#GrapeCity_Documents_Excel_CellPicture_ImageData">ImageData</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a copy of the image binary data.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
