# GrapeCity.Spreadsheet.Drawing.ICamera

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_Drawing_ICamera" data-uid="GrapeCity.Spreadsheet.Drawing.ICamera" class="text-break">ICamera Interface
</h1>
  <div class="markdown level0 summary"><p>Represents the visual of a cell range.</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_ICamera_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface ICamera : IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface ICamera
    Inherits IDisposable</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_ICamera_Formula" data-uid="GrapeCity.Spreadsheet.Drawing.ICamera.Formula">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.ICamera.Formula.html#GrapeCity_Spreadsheet_Drawing_ICamera_Formula">Formula</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the formula that indicates source cell range of the camera.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_ICamera_Image" data-uid="GrapeCity.Spreadsheet.Drawing.ICamera.Image">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.ICamera.Image.html#GrapeCity_Spreadsheet_Drawing_ICamera_Image">Image</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the image brush of the camera object.</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_ICamera_Delete" data-uid="GrapeCity.Spreadsheet.Drawing.ICamera.Delete">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.ICamera.Delete.html#GrapeCity_Spreadsheet_Drawing_ICamera_Delete">Delete()</a>
        </td>
        <td class="markdown level1 summary"><p>Deletes the camera.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
