# GrapeCity.Documents.Excel.IOutline

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Excel_IOutline" data-uid="GrapeCity.Documents.Excel.IOutline" class="text-break">IOutline Interface
</h1>
  <div class="markdown level0 summary"><p>Represents an outline on a worksheet.</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_IOutline_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IOutline</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IOutline</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_IOutline_ColumnGroupInfo" data-uid="GrapeCity.Documents.Excel.IOutline.ColumnGroupInfo">
          <a class="xref" href="GrapeCity.Documents.Excel.IOutline.ColumnGroupInfo.html#GrapeCity_Documents_Excel_IOutline_ColumnGroupInfo">ColumnGroupInfo</a>
        </td>
        <td class="markdown level1 summary"><p>Gets information about all groups in the column direction.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IOutline_RowGroupInfo" data-uid="GrapeCity.Documents.Excel.IOutline.RowGroupInfo">
          <a class="xref" href="GrapeCity.Documents.Excel.IOutline.RowGroupInfo.html#GrapeCity_Documents_Excel_IOutline_RowGroupInfo">RowGroupInfo</a>
        </td>
        <td class="markdown level1 summary"><p>Gets information about all groups in the row direction.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IOutline_SummaryColumn" data-uid="GrapeCity.Documents.Excel.IOutline.SummaryColumn">
          <a class="xref" href="GrapeCity.Documents.Excel.IOutline.SummaryColumn.html#GrapeCity_Documents_Excel_IOutline_SummaryColumn">SummaryColumn</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the location of the summary columns in the outline.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IOutline_SummaryRow" data-uid="GrapeCity.Documents.Excel.IOutline.SummaryRow">
          <a class="xref" href="GrapeCity.Documents.Excel.IOutline.SummaryRow.html#GrapeCity_Documents_Excel_IOutline_SummaryRow">SummaryRow</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the location of the summary rows in the outline.</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_IOutline_ShowLevels_System_Int32_System_Int32_" data-uid="GrapeCity.Documents.Excel.IOutline.ShowLevels(System.Int32,System.Int32)">
          <a class="xref" href="GrapeCity.Documents.Excel.IOutline.ShowLevels.html#GrapeCity_Documents_Excel_IOutline_ShowLevels_System_Int32_System_Int32_">ShowLevels(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Displays the specified number of row and column levels of an outline.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
