# GrapeCity.Spreadsheet.ICommentThreaded.Next

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Spreadsheet_ICommentThreaded_Next_" data-uid="GrapeCity.Spreadsheet.ICommentThreaded.Next*">Next Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Spreadsheet_ICommentThreaded_Next_" data-uid="GrapeCity.Spreadsheet.ICommentThreaded.Next*"></a>
<h4 id="GrapeCity_Spreadsheet_ICommentThreaded_Next" data-uid="GrapeCity.Spreadsheet.ICommentThreaded.Next">Next</h4>
<div 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>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">ICommentThreaded Next { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">ReadOnly Property [Next] As ICommentThreaded</code></pre>
</div>
<h5 id="GrapeCity_Spreadsheet_ICommentThreaded_Next_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 next comment. Using this method on the last comment on a sheet returns <code>null</code> (not the next comment on the next 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 next reply of a thread.
This method works only on one thread. Using this method on the last reply of a thread returns <code>null</code> (not the next top-level comment).
</p>
</div>
</div>
