# GrapeCity.Documents.Word.IBrowsable-1

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Word_IBrowsable_1" data-uid="GrapeCity.Documents.Word.IBrowsable`1" class="text-break">IBrowsable&lt;T&gt; Interface
</h1>
  <div class="markdown level0 summary"><p>Defines methods to access previous and next items in a collection.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Word.html">GrapeCity.Documents.Word</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Word.dll</h6>
  <h5 id="GrapeCity_Documents_Word_IBrowsable_1_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IBrowsable&lt;T&gt;</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IBrowsable(Of T)</code></pre>
  </div>
  <h5 class="typeParameters">Type Parameters</h5>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td><span class="parametername">T</span></td>
        <td><p>The type of items in the collection.</p>
</td>
      </tr>
    </tbody>
  </table>
  <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_Word_IBrowsable_1_Next" data-uid="GrapeCity.Documents.Word.IBrowsable`1.Next">
          <a class="xref" href="GrapeCity.Documents.Word.IBrowsable-1.Next.html#GrapeCity_Documents_Word_IBrowsable_1_Next">Next</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the mext item in next collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_IBrowsable_1_Previous" data-uid="GrapeCity.Documents.Word.IBrowsable`1.Previous">
          <a class="xref" href="GrapeCity.Documents.Word.IBrowsable-1.Previous.html#GrapeCity_Documents_Word_IBrowsable_1_Previous">Previous</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the previous item in the collection.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
