# GrapeCity.Spreadsheet.IComment

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_IComment" data-uid="GrapeCity.Spreadsheet.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.Spreadsheet.html">GrapeCity.Spreadsheet</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.dll</h6>
  <h5 id="GrapeCity_Spreadsheet_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_Spreadsheet_IComment_Author" data-uid="GrapeCity.Spreadsheet.IComment.Author">
          <a class="xref" href="GrapeCity.Spreadsheet.IComment.Author.html#GrapeCity_Spreadsheet_IComment_Author">Author</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the author of the comment.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IComment_Next" data-uid="GrapeCity.Spreadsheet.IComment.Next">
          <a class="xref" href="GrapeCity.Spreadsheet.IComment.Next.html#GrapeCity_Spreadsheet_IComment_Next">Next</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an <a class="xref" href="GrapeCity.Spreadsheet.IComment.html">IComment</a> object that represents the next comment.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IComment_Previous" data-uid="GrapeCity.Spreadsheet.IComment.Previous">
          <a class="xref" href="GrapeCity.Spreadsheet.IComment.Previous.html#GrapeCity_Spreadsheet_IComment_Previous">Previous</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an <a class="xref" href="GrapeCity.Spreadsheet.IComment.html">IComment</a> object that represents the previous comment.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IComment_RichText" data-uid="GrapeCity.Spreadsheet.IComment.RichText">
          <a class="xref" href="GrapeCity.Spreadsheet.IComment.RichText.html#GrapeCity_Spreadsheet_IComment_RichText">RichText</a>
        </td>
        <td class="markdown level1 summary"><p>Gets text and style attributes of the comment.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IComment_Shape" data-uid="GrapeCity.Spreadsheet.IComment.Shape">
          <a class="xref" href="GrapeCity.Spreadsheet.IComment.Shape.html#GrapeCity_Spreadsheet_IComment_Shape">Shape</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an <a class="xref" href="GrapeCity.Spreadsheet.Drawing.IShape.html">IShape</a> object that represents the shape attached to the specified comment.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IComment_Visible" data-uid="GrapeCity.Spreadsheet.IComment.Visible">
          <a class="xref" href="GrapeCity.Spreadsheet.IComment.Visible.html#GrapeCity_Spreadsheet_IComment_Visible">Visible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a boolean value that 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_Spreadsheet_IComment_Delete" data-uid="GrapeCity.Spreadsheet.IComment.Delete">
          <a class="xref" href="GrapeCity.Spreadsheet.IComment.Delete.html#GrapeCity_Spreadsheet_IComment_Delete">Delete()</a>
        </td>
        <td class="markdown level1 summary"><p>Deletes the comment.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IComment_Text_GrapeCity_Spreadsheet_RichText_" data-uid="GrapeCity.Spreadsheet.IComment.Text(GrapeCity.Spreadsheet.RichText)">
          <a class="xref" href="GrapeCity.Spreadsheet.IComment.Text.html#GrapeCity_Spreadsheet_IComment_Text_GrapeCity_Spreadsheet_RichText_">Text(RichText)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets comment text.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IComment_Text_System_String_System_Int32_System_Nullable_System_Boolean__" data-uid="GrapeCity.Spreadsheet.IComment.Text(System.String,System.Int32,System.Nullable{System.Boolean})">
          <a class="xref" href="GrapeCity.Spreadsheet.IComment.Text.html#GrapeCity_Spreadsheet_IComment_Text_System_String_System_Int32_System_Nullable_System_Boolean__">Text(string, int, bool?)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets comment text.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
