# GrapeCity.Documents.Excel.IComment

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Excel_IComment" data-uid="GrapeCity.Documents.Excel.IComment" class="text-break">IComment Interface
</h1>
  <div class="markdown level0 summary"><p>Represents a cell comment.</p>
</div>
  <div class="markdown level0 conceptual"></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_IComment_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IComment</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IComment</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_Documents_Excel_IComment_AnchorCell" data-uid="GrapeCity.Documents.Excel.IComment.AnchorCell">
          <a class="xref" href="GrapeCity.Documents.Excel.IComment.AnchorCell.html#GrapeCity_Documents_Excel_IComment_AnchorCell">AnchorCell</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the anchor cell of the comment.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IComment_Author" data-uid="GrapeCity.Documents.Excel.IComment.Author">
          <a class="xref" href="GrapeCity.Documents.Excel.IComment.Author.html#GrapeCity_Documents_Excel_IComment_Author">Author</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the author of the comment.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IComment_Shape" data-uid="GrapeCity.Documents.Excel.IComment.Shape">
          <a class="xref" href="GrapeCity.Documents.Excel.IComment.Shape.html#GrapeCity_Documents_Excel_IComment_Shape">Shape</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShape.html">IShape</a> object that represents the shape attached to the specified comment.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IComment_Text" data-uid="GrapeCity.Documents.Excel.IComment.Text">
          <a class="xref" href="GrapeCity.Documents.Excel.IComment.Text.html#GrapeCity_Documents_Excel_IComment_Text">Text</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the comment text.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IComment_Visible" data-uid="GrapeCity.Documents.Excel.IComment.Visible">
          <a class="xref" href="GrapeCity.Documents.Excel.IComment.Visible.html#GrapeCity_Documents_Excel_IComment_Visible">Visible</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the object is visible.</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_Documents_Excel_IComment_Delete" data-uid="GrapeCity.Documents.Excel.IComment.Delete">
          <a class="xref" href="GrapeCity.Documents.Excel.IComment.Delete.html#GrapeCity_Documents_Excel_IComment_Delete">Delete()</a>
        </td>
        <td class="markdown level1 summary"><p>Deletes the object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IComment_FromJson_System_String_" data-uid="GrapeCity.Documents.Excel.IComment.FromJson(System.String)">
          <a class="xref" href="GrapeCity.Documents.Excel.IComment.FromJson.html#GrapeCity_Documents_Excel_IComment_FromJson_System_String_">FromJson(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Generates the comment from the JSON string.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IComment_Next" data-uid="GrapeCity.Documents.Excel.IComment.Next">
          <a class="xref" href="GrapeCity.Documents.Excel.IComment.Next.html#GrapeCity_Documents_Excel_IComment_Next">Next()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the <a class="xref" href="GrapeCity.Documents.Excel.IComment.html">IComment</a> object that represents the next comment.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IComment_Previous" data-uid="GrapeCity.Documents.Excel.IComment.Previous">
          <a class="xref" href="GrapeCity.Documents.Excel.IComment.Previous.html#GrapeCity_Documents_Excel_IComment_Previous">Previous()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the <a class="xref" href="GrapeCity.Documents.Excel.IComment.html">IComment</a> object that represents the previous comment.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IComment_ToJson" data-uid="GrapeCity.Documents.Excel.IComment.ToJson">
          <a class="xref" href="GrapeCity.Documents.Excel.IComment.ToJson.html#GrapeCity_Documents_Excel_IComment_ToJson">ToJson()</a>
        </td>
        <td class="markdown level1 summary"><p>Generates a JSON string from the comment.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
