# GrapeCity.ActiveReports.Document.Section.BookmarksCollection

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_ActiveReports_Document_Section_BookmarksCollection" data-uid="GrapeCity.ActiveReports.Document.Section.BookmarksCollection" class="text-break">BookmarksCollection Class
</h1>
  <div class="markdown level0 summary"><p>Represents the bookmarks collection.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.collectionbase">CollectionBase</a></div>
    <div class="level2"><span class="xref">BookmarksCollection</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.ilist">IList</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.icollection">ICollection</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.ienumerable">IEnumerable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Document.Section.html">GrapeCity.ActiveReports.Document.Section</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Core.Document.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Document_Section_BookmarksCollection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public sealed class BookmarksCollection : CollectionBase, IList, ICollection, IEnumerable, IDisposable</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_BookmarksCollection__ctor" data-uid="GrapeCity.ActiveReports.Document.Section.BookmarksCollection.#ctor">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.BookmarksCollection.-ctor.html#GrapeCity_ActiveReports_Document_Section_BookmarksCollection__ctor">BookmarksCollection()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.ActiveReports.Document.Section.BookmarksCollection.html">BookmarksCollection</a> class.</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_ActiveReports_Document_Section_BookmarksCollection_CurrentBookmark" data-uid="GrapeCity.ActiveReports.Document.Section.BookmarksCollection.CurrentBookmark">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.BookmarksCollection.CurrentBookmark.html#GrapeCity_ActiveReports_Document_Section_BookmarksCollection_CurrentBookmark">CurrentBookmark</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the index of currently active or selected bookmark from the <a class="xref" href="GrapeCity.ActiveReports.Document.Section.BookmarksCollection.html">BookmarksCollection</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_BookmarksCollection_Item_System_Int32_" data-uid="GrapeCity.ActiveReports.Document.Section.BookmarksCollection.Item(System.Int32)">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.BookmarksCollection.Item.html#GrapeCity_ActiveReports_Document_Section_BookmarksCollection_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a <a class="xref" href="GrapeCity.ActiveReports.Document.Section.Bookmark.html">Bookmark</a> object at specified index in the <a class="xref" href="GrapeCity.ActiveReports.Document.Section.BookmarksCollection.html">BookmarksCollection</a>.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_BookmarksCollection_Add_GrapeCity_ActiveReports_Document_Section_Bookmark_" data-uid="GrapeCity.ActiveReports.Document.Section.BookmarksCollection.Add(GrapeCity.ActiveReports.Document.Section.Bookmark)">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.BookmarksCollection.Add.html#GrapeCity_ActiveReports_Document_Section_BookmarksCollection_Add_GrapeCity_ActiveReports_Document_Section_Bookmark_">Add(Bookmark)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds <a class="xref" href="GrapeCity.ActiveReports.Document.Section.Bookmark.html">Bookmark</a> item to the collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_BookmarksCollection_Clear" data-uid="GrapeCity.ActiveReports.Document.Section.BookmarksCollection.Clear">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.BookmarksCollection.Clear.html#GrapeCity_ActiveReports_Document_Section_BookmarksCollection_Clear">Clear()</a>
        </td>
        <td class="markdown level1 summary"><p>Removes all boomark objects from the <a class="xref" href="GrapeCity.ActiveReports.Document.Section.BookmarksCollection.html">BookmarksCollection</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_BookmarksCollection_Contains_GrapeCity_ActiveReports_Document_Section_Bookmark_" data-uid="GrapeCity.ActiveReports.Document.Section.BookmarksCollection.Contains(GrapeCity.ActiveReports.Document.Section.Bookmark)">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.BookmarksCollection.Contains.html#GrapeCity_ActiveReports_Document_Section_BookmarksCollection_Contains_GrapeCity_ActiveReports_Document_Section_Bookmark_">Contains(Bookmark)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the element is part of a collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_BookmarksCollection_CopyTo_GrapeCity_ActiveReports_Document_Section_Bookmark___System_Int32_" data-uid="GrapeCity.ActiveReports.Document.Section.BookmarksCollection.CopyTo(GrapeCity.ActiveReports.Document.Section.Bookmark[],System.Int32)">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.BookmarksCollection.CopyTo.html#GrapeCity_ActiveReports_Document_Section_BookmarksCollection_CopyTo_GrapeCity_ActiveReports_Document_Section_Bookmark___System_Int32_">CopyTo(Bookmark[], int)</a>
        </td>
        <td class="markdown level1 summary"><p>Copies a range of items from the collection to a compatible one-dimensional array, starting at the specified index of the final array..</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_BookmarksCollection_Dispose" data-uid="GrapeCity.ActiveReports.Document.Section.BookmarksCollection.Dispose">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.BookmarksCollection.Dispose.html#GrapeCity_ActiveReports_Document_Section_BookmarksCollection_Dispose">Dispose()</a>
        </td>
        <td class="markdown level1 summary"><p>Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged/managed resources.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_BookmarksCollection_IndexOf_GrapeCity_ActiveReports_Document_Section_Bookmark_" data-uid="GrapeCity.ActiveReports.Document.Section.BookmarksCollection.IndexOf(GrapeCity.ActiveReports.Document.Section.Bookmark)">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.BookmarksCollection.IndexOf.html#GrapeCity_ActiveReports_Document_Section_BookmarksCollection_IndexOf_GrapeCity_ActiveReports_Document_Section_Bookmark_">IndexOf(Bookmark)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the zero-based index of the first occurrence of the value in the collection or part of it.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_BookmarksCollection_Insert_System_Int32_GrapeCity_ActiveReports_Document_Section_Bookmark_" data-uid="GrapeCity.ActiveReports.Document.Section.BookmarksCollection.Insert(System.Int32,GrapeCity.ActiveReports.Document.Section.Bookmark)">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.BookmarksCollection.Insert.html#GrapeCity_ActiveReports_Document_Section_BookmarksCollection_Insert_System_Int32_GrapeCity_ActiveReports_Document_Section_Bookmark_">Insert(int, Bookmark)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts an item to the collection at the specified index.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_BookmarksCollection_Remove_GrapeCity_ActiveReports_Document_Section_Bookmark_" data-uid="GrapeCity.ActiveReports.Document.Section.BookmarksCollection.Remove(GrapeCity.ActiveReports.Document.Section.Bookmark)">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.BookmarksCollection.Remove.html#GrapeCity_ActiveReports_Document_Section_BookmarksCollection_Remove_GrapeCity_ActiveReports_Document_Section_Bookmark_">Remove(Bookmark)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes the object from the collection.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
