# GrapeCity.Documents.Excel.ICommentThreaded

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Excel_ICommentThreaded" data-uid="GrapeCity.Documents.Excel.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.Documents.Excel.html">GrapeCity.Documents.Excel</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Excel.dll</h6>
  <h5 id="GrapeCity_Documents_Excel_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_Documents_Excel_ICommentThreaded_Author" data-uid="GrapeCity.Documents.Excel.ICommentThreaded.Author">
          <a class="xref" href="GrapeCity.Documents.Excel.ICommentThreaded.Author.html#GrapeCity_Documents_Excel_ICommentThreaded_Author">Author</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the author object of the threaded comment.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_ICommentThreaded_Date" data-uid="GrapeCity.Documents.Excel.ICommentThreaded.Date">
          <a class="xref" href="GrapeCity.Documents.Excel.ICommentThreaded.Date.html#GrapeCity_Documents_Excel_ICommentThreaded_Date">Date</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a date that represents the date and time that a threaded comment was added in local time.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_ICommentThreaded_IsResolved" data-uid="GrapeCity.Documents.Excel.ICommentThreaded.IsResolved">
          <a class="xref" href="GrapeCity.Documents.Excel.ICommentThreaded.IsResolved.html#GrapeCity_Documents_Excel_ICommentThreaded_IsResolved">IsResolved</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or Sets the resolve value.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_ICommentThreaded_Parent" data-uid="GrapeCity.Documents.Excel.ICommentThreaded.Parent">
          <a class="xref" href="GrapeCity.Documents.Excel.ICommentThreaded.Parent.html#GrapeCity_Documents_Excel_ICommentThreaded_Parent">Parent</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the parent object for the specified object.
The top-level threaded comment's parent is null.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_ICommentThreaded_Replies" data-uid="GrapeCity.Documents.Excel.ICommentThreaded.Replies">
          <a class="xref" href="GrapeCity.Documents.Excel.ICommentThreaded.Replies.html#GrapeCity_Documents_Excel_ICommentThreaded_Replies">Replies</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or Sets a CommentsThreaded collection of CommentThreaded objects that are replies if the specified comment.
The replies are sorted by time stamp.
If this threaded comment is a reply,returns an empty collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_ICommentThreaded_Text" data-uid="GrapeCity.Documents.Excel.ICommentThreaded.Text">
          <a class="xref" href="GrapeCity.Documents.Excel.ICommentThreaded.Text.html#GrapeCity_Documents_Excel_ICommentThreaded_Text">Text</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or Sets the threaded comment's text.</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_ICommentThreaded_AddReply_System_String_System_String_" data-uid="GrapeCity.Documents.Excel.ICommentThreaded.AddReply(System.String,System.String)">
          <a class="xref" href="GrapeCity.Documents.Excel.ICommentThreaded.AddReply.html#GrapeCity_Documents_Excel_ICommentThreaded_AddReply_System_String_System_String_">AddReply(string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a reply to its replies collection if the threaded comment is a top-level comment.
If this threaded comment is a reply,it will add a reply to its Parent's replies collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_ICommentThreaded_Delete" data-uid="GrapeCity.Documents.Excel.ICommentThreaded.Delete">
          <a class="xref" href="GrapeCity.Documents.Excel.ICommentThreaded.Delete.html#GrapeCity_Documents_Excel_ICommentThreaded_Delete">Delete()</a>
        </td>
        <td class="markdown level1 summary"><p>Deletes the specified threaded comment and all replies associated with that comment.
If threaded comment is a reply, delete itself from the parent's reply list.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_ICommentThreaded_Next" data-uid="GrapeCity.Documents.Excel.ICommentThreaded.Next">
          <a class="xref" href="GrapeCity.Documents.Excel.ICommentThreaded.Next.html#GrapeCity_Documents_Excel_ICommentThreaded_Next">Next()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the threaded comment object that represents the next threaded comment.
Returns null if the top-level threaded comment is the last threaded comment on a sheet.
Returns null if the reply threaded comment is the last reply of a threaded comment's replies.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_ICommentThreaded_Previous" data-uid="GrapeCity.Documents.Excel.ICommentThreaded.Previous">
          <a class="xref" href="GrapeCity.Documents.Excel.ICommentThreaded.Previous.html#GrapeCity_Documents_Excel_ICommentThreaded_Previous">Previous()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the threaded comment object that represents the previous threaded comment.
Returns null if the top-level threaded comment is the first threaded comment on a sheet.
Returns null if the reply threaded comment is the first reply of a threaded comment's replies.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
