# GrapeCity.Documents.Excel.ICommentThreaded.AddReply

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Excel_ICommentThreaded_AddReply_" data-uid="GrapeCity.Documents.Excel.ICommentThreaded.AddReply*">AddReply Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Excel_ICommentThreaded_AddReply_" data-uid="GrapeCity.Documents.Excel.ICommentThreaded.AddReply*"></a>
<h4 id="GrapeCity_Documents_Excel_ICommentThreaded_AddReply_System_String_System_String_" data-uid="GrapeCity.Documents.Excel.ICommentThreaded.AddReply(System.String,System.String)">AddReply(string, string)</h4>
<div 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>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">ICommentThreaded AddReply(string text, string author = null)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Function AddReply(text As String, Optional author As String = Nothing) As ICommentThreaded</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">text</span></td>
      <td><p>The string is content of the reply.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">author</span></td>
      <td><p>The author's name.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="GrapeCity.Documents.Excel.ICommentThreaded.html">ICommentThreaded</a></td>
      <td></td>
    </tr>
  </tbody>
</table>
</div>
