# GrapeCity.Documents.Excel.IGroupInfo

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Excel_IGroupInfo" data-uid="GrapeCity.Documents.Excel.IGroupInfo" class="text-break">IGroupInfo Interface
</h1>
  <div class="markdown level0 summary"><p>Represents the information of a group.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Excel.html">GrapeCity.Documents.Excel</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Excel.dll</h6>
  <h5 id="GrapeCity_Documents_Excel_IGroupInfo_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IGroupInfo</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IGroupInfo</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="GrapeCity_Documents_Excel_IGroupInfo_Children" data-uid="GrapeCity.Documents.Excel.IGroupInfo.Children">
          <a class="xref" href="GrapeCity.Documents.Excel.IGroupInfo.Children.html#GrapeCity_Documents_Excel_IGroupInfo_Children">Children</a>
        </td>
        <td class="markdown level1 summary"><p>Get children of current group.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IGroupInfo_EndIndex" data-uid="GrapeCity.Documents.Excel.IGroupInfo.EndIndex">
          <a class="xref" href="GrapeCity.Documents.Excel.IGroupInfo.EndIndex.html#GrapeCity_Documents_Excel_IGroupInfo_EndIndex">EndIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the end index of current group.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IGroupInfo_IsCollapsed" data-uid="GrapeCity.Documents.Excel.IGroupInfo.IsCollapsed">
          <a class="xref" href="GrapeCity.Documents.Excel.IGroupInfo.IsCollapsed.html#GrapeCity_Documents_Excel_IGroupInfo_IsCollapsed">IsCollapsed</a>
        </td>
        <td class="markdown level1 summary"><p>Get whether the current group is collapsed.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IGroupInfo_Level" data-uid="GrapeCity.Documents.Excel.IGroupInfo.Level">
          <a class="xref" href="GrapeCity.Documents.Excel.IGroupInfo.Level.html#GrapeCity_Documents_Excel_IGroupInfo_Level">Level</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the level of current group.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IGroupInfo_Parent" data-uid="GrapeCity.Documents.Excel.IGroupInfo.Parent">
          <a class="xref" href="GrapeCity.Documents.Excel.IGroupInfo.Parent.html#GrapeCity_Documents_Excel_IGroupInfo_Parent">Parent</a>
        </td>
        <td class="markdown level1 summary"><p>Get the parent of current group.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IGroupInfo_StartIndex" data-uid="GrapeCity.Documents.Excel.IGroupInfo.StartIndex">
          <a class="xref" href="GrapeCity.Documents.Excel.IGroupInfo.StartIndex.html#GrapeCity_Documents_Excel_IGroupInfo_StartIndex">StartIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the start index of current group.</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_Documents_Excel_IGroupInfo_Collapse" data-uid="GrapeCity.Documents.Excel.IGroupInfo.Collapse">
          <a class="xref" href="GrapeCity.Documents.Excel.IGroupInfo.Collapse.html#GrapeCity_Documents_Excel_IGroupInfo_Collapse">Collapse()</a>
        </td>
        <td class="markdown level1 summary"><p>Collapses current group.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IGroupInfo_Expand" data-uid="GrapeCity.Documents.Excel.IGroupInfo.Expand">
          <a class="xref" href="GrapeCity.Documents.Excel.IGroupInfo.Expand.html#GrapeCity_Documents_Excel_IGroupInfo_Expand">Expand()</a>
        </td>
        <td class="markdown level1 summary"><p>Expands current group.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
