# GrapeCity.Spreadsheet.ICommentThreaded.Previous

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Spreadsheet_ICommentThreaded_Previous_" data-uid="GrapeCity.Spreadsheet.ICommentThreaded.Previous*">Previous Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Spreadsheet_ICommentThreaded_Previous_" data-uid="GrapeCity.Spreadsheet.ICommentThreaded.Previous*"></a>
<h4 id="GrapeCity_Spreadsheet_ICommentThreaded_Previous" data-uid="GrapeCity.Spreadsheet.ICommentThreaded.Previous">Previous</h4>
<div 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>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">ICommentThreaded Previous { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">ReadOnly Property Previous As ICommentThreaded</code></pre>
</div>
<h5 id="GrapeCity_Spreadsheet_ICommentThreaded_Previous_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>If called on a top-level (parent) <a class="xref" href="GrapeCity.Spreadsheet.ICommentThreaded.html">ICommentThreaded</a> object, it returns a top-level (parent) <a class="xref" href="GrapeCity.Spreadsheet.ICommentThreaded.html">ICommentThreaded</a> object
that represents the previous comment. Using this method on the first comment on a sheet returns <code>null</code> (not the last comment on the previous sheet).</p>
<p>
If called on a reply <a class="xref" href="GrapeCity.Spreadsheet.ICommentThreaded.html">ICommentThreaded</a> object, it returns a reply <a class="xref" href="GrapeCity.Spreadsheet.ICommentThreaded.html">ICommentThreaded</a> object that represents the previous reply of a thread.
This method works only on one thread. Using this method on the first reply of a thread returns <code>null</code> (not its top-level comment).
</p>
</div>
</div>
