# C1.C1Preview.TableVectorGroupCollection

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_C1Preview_TableVectorGroupCollection" data-uid="C1.C1Preview.TableVectorGroupCollection" class="text-break">TableVectorGroupCollection Class
</h1>
  <div class="markdown level0 summary"><p>Represents a collection of row or column groups in a <a class="xref" href="C1.C1Preview.RenderTable.html">RenderTable</a>.
This is the type of <a class="xref" href="C1.C1Preview.RenderTable.RowGroups.html#C1_C1Preview_RenderTable_RowGroups">RowGroups</a> and <a class="xref" href="C1.C1Preview.RenderTable.ColGroups.html#C1_C1Preview_RenderTable_ColGroups">ColGroups</a>
collections.</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="C1.C1Preview.Util.FastList.html">FastList</a></div>
    <div class="level2"><span class="xref">TableVectorGroupCollection</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>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.C1Preview.html">C1.C1Preview</a></h6>
  <h6><strong>Assembly</strong>: C1.PrintDocument.4.8.dll</h6>
  <h5 id="C1_C1Preview_TableVectorGroupCollection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[C1ClassSerialization(true)]
public class TableVectorGroupCollection : FastList, IList, ICollection, IEnumerable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;C1ClassSerialization(True)&gt;
Public Class TableVectorGroupCollection
    Inherits FastList
    Implements IList, ICollection, IEnumerable</code></pre>
  </div>
  <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="C1_C1Preview_TableVectorGroupCollection_DataBindingDefined" data-uid="C1.C1Preview.TableVectorGroupCollection.DataBindingDefined">
          <a class="xref" href="C1.C1Preview.TableVectorGroupCollection.DataBindingDefined.html#C1_C1Preview_TableVectorGroupCollection_DataBindingDefined">DataBindingDefined</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether at least one group
in the current collection of row/column groups is data bound.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_TableVectorGroupCollection_DataBindingMode" data-uid="C1.C1Preview.TableVectorGroupCollection.DataBindingMode">
          <a class="xref" href="C1.C1Preview.TableVectorGroupCollection.DataBindingMode.html#C1_C1Preview_TableVectorGroupCollection_DataBindingMode">DataBindingMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a combination of <a class="xref" href="C1.C1Preview.DataBindingModeEnum.html">DataBindingModeEnum</a> flags
specifying the data binding mode of the current collection of row/column groups.
This property returns:</p>
<ul><li><a class="xref" href="C1.C1Preview.DataBindingModeEnum.html#C1_C1Preview_DataBindingModeEnum_None">None</a> if no groups in the collection are data bound;</li><li><a class="xref" href="C1.C1Preview.DataBindingModeEnum.html#C1_C1Preview_DataBindingModeEnum_List">List</a> if at least one group in the collection is data bound.</li></ul>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_TableVectorGroupCollection_Item_System_Int32_System_Int32_" data-uid="C1.C1Preview.TableVectorGroupCollection.Item(System.Int32,System.Int32)">
          <a class="xref" href="C1.C1Preview.TableVectorGroupCollection.Item.html#C1_C1Preview_TableVectorGroupCollection_Item_System_Int32_System_Int32_">this[int, int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the row or column group that has the specified position in the containing table and element count.
This property always returns a <a class="xref" href="C1.C1Preview.TableVectorGroup.html">TableVectorGroup</a> object. If the group with the specified
parameters did not exist, it is created and added to the current collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_TableVectorGroupCollection_Table" data-uid="C1.C1Preview.TableVectorGroupCollection.Table">
          <a class="xref" href="C1.C1Preview.TableVectorGroupCollection.Table.html#C1_C1Preview_TableVectorGroupCollection_Table">Table</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.C1Preview.RenderTable.html">RenderTable</a> containing the current collection of row or column groups.</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="C1_C1Preview_TableVectorGroupCollection_AssignFrom_C1_C1Preview_TableVectorGroupCollection_" data-uid="C1.C1Preview.TableVectorGroupCollection.AssignFrom(C1.C1Preview.TableVectorGroupCollection)">
          <a class="xref" href="C1.C1Preview.TableVectorGroupCollection.AssignFrom.html#C1_C1Preview_TableVectorGroupCollection_AssignFrom_C1_C1Preview_TableVectorGroupCollection_">AssignFrom(TableVectorGroupCollection)</a>
        </td>
        <td class="markdown level1 summary"><p>Assigns (copies) properties from another <a class="xref" href="C1.C1Preview.TableVectorGroupCollection.html">TableVectorGroupCollection</a> to the current object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_TableVectorGroupCollection_FindGroup_System_Int32_System_Int32_" data-uid="C1.C1Preview.TableVectorGroupCollection.FindGroup(System.Int32,System.Int32)">
          <a class="xref" href="C1.C1Preview.TableVectorGroupCollection.FindGroup.html#C1_C1Preview_TableVectorGroupCollection_FindGroup_System_Int32_System_Int32_">FindGroup(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Searches the current collection for a group with the specified
position (row or column index) in the containing table, and count of elements.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_TableVectorGroupCollection_FindGroupsAtPos_System_Int32_" data-uid="C1.C1Preview.TableVectorGroupCollection.FindGroupsAtPos(System.Int32)">
          <a class="xref" href="C1.C1Preview.TableVectorGroupCollection.FindGroupsAtPos.html#C1_C1Preview_TableVectorGroupCollection_FindGroupsAtPos_System_Int32_">FindGroupsAtPos(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Searches the current collection for all groups that contain
the row or column with the specified index in the containing table,
returns the array of all groups that were found.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_TableVectorGroupCollection_GetBound" data-uid="C1.C1Preview.TableVectorGroupCollection.GetBound">
          <a class="xref" href="C1.C1Preview.TableVectorGroupCollection.GetBound.html#C1_C1Preview_TableVectorGroupCollection_GetBound">GetBound()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the bound of the current group collection,
i.e. the index of the last row or column in the contained groups plus 1.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_TableVectorGroupCollection_GetColumnFooter" data-uid="C1.C1Preview.TableVectorGroupCollection.GetColumnFooter">
          <a class="xref" href="C1.C1Preview.TableVectorGroupCollection.GetColumnFooter.html#C1_C1Preview_TableVectorGroupCollection_GetColumnFooter">GetColumnFooter()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the group of rows or columns which has the <a class="xref" href="C1.C1Preview.TableVectorGroup.ColumnFooter.html#C1_C1Preview_TableVectorGroup_ColumnFooter">ColumnFooter</a>
property set to <b>true</b>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_TableVectorGroupCollection_GetColumnHeader" data-uid="C1.C1Preview.TableVectorGroupCollection.GetColumnHeader">
          <a class="xref" href="C1.C1Preview.TableVectorGroupCollection.GetColumnHeader.html#C1_C1Preview_TableVectorGroupCollection_GetColumnHeader">GetColumnHeader()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the group of rows or columns which has the <a class="xref" href="C1.C1Preview.TableVectorGroup.ColumnHeader.html#C1_C1Preview_TableVectorGroup_ColumnHeader">ColumnHeader</a>
property set to <b>true</b>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_TableVectorGroupCollection_GetPageFooter" data-uid="C1.C1Preview.TableVectorGroupCollection.GetPageFooter">
          <a class="xref" href="C1.C1Preview.TableVectorGroupCollection.GetPageFooter.html#C1_C1Preview_TableVectorGroupCollection_GetPageFooter">GetPageFooter()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the group of rows or columns which has the <a class="xref" href="C1.C1Preview.TableVectorGroup.PageFooter.html#C1_C1Preview_TableVectorGroup_PageFooter">PageFooter</a>
property set to <b>true</b>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_TableVectorGroupCollection_GetPageHeader" data-uid="C1.C1Preview.TableVectorGroupCollection.GetPageHeader">
          <a class="xref" href="C1.C1Preview.TableVectorGroupCollection.GetPageHeader.html#C1_C1Preview_TableVectorGroupCollection_GetPageHeader">GetPageHeader()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the group of rows or columns which has the <a class="xref" href="C1.C1Preview.TableVectorGroup.PageHeader.html#C1_C1Preview_TableVectorGroup_PageHeader">PageHeader</a>
property set to <b>true</b>.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
