# GrapeCity.Spreadsheet.ICommentThreaded

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_ICommentThreaded" data-uid="GrapeCity.Spreadsheet.ICommentThreaded" class="text-break">ICommentThreaded Interface
</h1>
  <div class="markdown level0 summary"><p>Represents a cell's threaded comment. This object can represent both a top-level comment or its replies.</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_ICommentThreaded_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface ICommentThreaded</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface ICommentThreaded</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_ICommentThreaded_Author" data-uid="GrapeCity.Spreadsheet.ICommentThreaded.Author">
          <a class="xref" href="GrapeCity.Spreadsheet.ICommentThreaded.Author.html#GrapeCity_Spreadsheet_ICommentThreaded_Author">Author</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="GrapeCity.Spreadsheet.IAuthor.html">IAuthor</a> object that represents the author of the specified <a class="xref" href="GrapeCity.Spreadsheet.ICommentThreaded.html">ICommentThreaded</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ICommentThreaded_Date" data-uid="GrapeCity.Spreadsheet.ICommentThreaded.Date">
          <a class="xref" href="GrapeCity.Spreadsheet.ICommentThreaded.Date.html#GrapeCity_Spreadsheet_ICommentThreaded_Date">Date</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.datetime">DateTime</a> value that represents the date and time that a threaded comment was added in local time.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ICommentThreaded_Next" data-uid="GrapeCity.Spreadsheet.ICommentThreaded.Next">
          <a class="xref" href="GrapeCity.Spreadsheet.ICommentThreaded.Next.html#GrapeCity_Spreadsheet_ICommentThreaded_Next">Next</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an <a class="xref" href="GrapeCity.Spreadsheet.ICommentThreaded.html">ICommentThreaded</a> object that represents the next threaded comment.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ICommentThreaded_Parent" data-uid="GrapeCity.Spreadsheet.ICommentThreaded.Parent">
          <a class="xref" href="GrapeCity.Spreadsheet.ICommentThreaded.Parent.html#GrapeCity_Spreadsheet_ICommentThreaded_Parent">Parent</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the top-level comment.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ICommentThreaded_Previous" data-uid="GrapeCity.Spreadsheet.ICommentThreaded.Previous">
          <a class="xref" href="GrapeCity.Spreadsheet.ICommentThreaded.Previous.html#GrapeCity_Spreadsheet_ICommentThreaded_Previous">Previous</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an <a class="xref" href="GrapeCity.Spreadsheet.ICommentThreaded.html">ICommentThreaded</a> object that represents the previous threaded comment.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ICommentThreaded_Replies" data-uid="GrapeCity.Spreadsheet.ICommentThreaded.Replies">
          <a class="xref" href="GrapeCity.Spreadsheet.ICommentThreaded.Replies.html#GrapeCity_Spreadsheet_ICommentThreaded_Replies">Replies</a>
        </td>
        <td class="markdown level1 summary"><p>If this comment is a parent, returns an <a class="xref" href="GrapeCity.Spreadsheet.ICommentsThreaded.html">ICommentsThreaded</a> collection of <a class="xref" href="GrapeCity.Spreadsheet.ICommentThreaded.html">ICommentThreaded</a> objects
that are children/replies of the specified comment (if any exist). The replies are sorted by time stamp.</p>
<p>If this comment is a child/reply or a legacy comment, returns an empty collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ICommentThreaded_Resolved" data-uid="GrapeCity.Spreadsheet.ICommentThreaded.Resolved">
          <a class="xref" href="GrapeCity.Spreadsheet.ICommentThreaded.Resolved.html#GrapeCity_Spreadsheet_ICommentThreaded_Resolved">Resolved</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a boolean value indicating whether the threaded comment is resolved.</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_ICommentThreaded_AddReply_System_String_" data-uid="GrapeCity.Spreadsheet.ICommentThreaded.AddReply(System.String)">
          <a class="xref" href="GrapeCity.Spreadsheet.ICommentThreaded.AddReply.html#GrapeCity_Spreadsheet_ICommentThreaded_AddReply_System_String_">AddReply(string)</a>
        </td>
        <td class="markdown level1 summary"><p>If the comment is a top-level comment, it will add a reply to its replies collection.
If this comment is a reply, it will add a reply to its <a class="xref" href="GrapeCity.Spreadsheet.ICommentThreaded.Parent.html#GrapeCity_Spreadsheet_ICommentThreaded_Parent">Parent</a>'s replies collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ICommentThreaded_Delete" data-uid="GrapeCity.Spreadsheet.ICommentThreaded.Delete">
          <a class="xref" href="GrapeCity.Spreadsheet.ICommentThreaded.Delete.html#GrapeCity_Spreadsheet_ICommentThreaded_Delete">Delete()</a>
        </td>
        <td class="markdown level1 summary"><p>Deletes the specified threaded comment and all replies associated with that comment (if any exist).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ICommentThreaded_Text_System_String_System_Int32_System_Nullable_System_Boolean__" data-uid="GrapeCity.Spreadsheet.ICommentThreaded.Text(System.String,System.Int32,System.Nullable{System.Boolean})">
          <a class="xref" href="GrapeCity.Spreadsheet.ICommentThreaded.Text.html#GrapeCity_Spreadsheet_ICommentThreaded_Text_System_String_System_Int32_System_Nullable_System_Boolean__">Text(string, int, bool?)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets threaded comment text.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
