# GrapeCity.Documents.Excel.ICommentThreaded.Previous

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Excel_ICommentThreaded_Previous_" data-uid="GrapeCity.Documents.Excel.ICommentThreaded.Previous*">Previous Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Excel_ICommentThreaded_Previous_" data-uid="GrapeCity.Documents.Excel.ICommentThreaded.Previous*"></a>
<h4 id="GrapeCity_Documents_Excel_ICommentThreaded_Previous" data-uid="GrapeCity.Documents.Excel.ICommentThreaded.Previous">Previous()</h4>
<div 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>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">ICommentThreaded Previous()</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Function Previous() As ICommentThreaded</code></pre>
</div>
<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>
