# GrapeCity.Spreadsheet.CellImageAttribute

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_CellImageAttribute" data-uid="GrapeCity.Spreadsheet.CellImageAttribute" class="text-break">CellImageAttribute Class
</h1>
  <div class="markdown level0 summary"><p>Represents an attributes that allow to specify the cell inline image data.</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"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.attribute">Attribute</a></div>
    <div class="level2"><span class="xref">CellImageAttribute</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Spreadsheet.html">GrapeCity.Spreadsheet</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.dll</h6>
  <h5 id="GrapeCity_Spreadsheet_CellImageAttribute_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[AttributeUsage(AttributeTargets.Class, Inherited = true, AllowMultiple = false)]
public class CellImageAttribute : Attribute</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;AttributeUsage(AttributeTargets.Class, Inherited:=True, AllowMultiple:=False)&gt;
Public Class CellImageAttribute
    Inherits Attribute</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_Spreadsheet_CellImageAttribute__ctor_System_String_System_Boolean_" data-uid="GrapeCity.Spreadsheet.CellImageAttribute.#ctor(System.String,System.Boolean)">
          <a class="xref" href="GrapeCity.Spreadsheet.CellImageAttribute.-ctor.html#GrapeCity_Spreadsheet_CellImageAttribute__ctor_System_String_System_Boolean_">CellImageAttribute(string, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Spreadsheet.CellImageAttribute.html">CellImageAttribute</a> class.</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_Spreadsheet_CellImageAttribute_IsField" data-uid="GrapeCity.Spreadsheet.CellImageAttribute.IsField">
          <a class="xref" href="GrapeCity.Spreadsheet.CellImageAttribute.IsField.html#GrapeCity_Spreadsheet_CellImageAttribute_IsField">IsField</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a boolean value indicating whether the member is a field.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_CellImageAttribute_Member" data-uid="GrapeCity.Spreadsheet.CellImageAttribute.Member">
          <a class="xref" href="GrapeCity.Spreadsheet.CellImageAttribute.Member.html#GrapeCity_Spreadsheet_CellImageAttribute_Member">Member</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the member indicating cell inline image data.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
