# GrapeCity.Spreadsheet.IOutline

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_IOutline" data-uid="GrapeCity.Spreadsheet.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.Spreadsheet.html">GrapeCity.Spreadsheet</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.dll</h6>
  <h5 id="GrapeCity_Spreadsheet_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_Spreadsheet_IOutline_SummaryColumn" data-uid="GrapeCity.Spreadsheet.IOutline.SummaryColumn">
          <a class="xref" href="GrapeCity.Spreadsheet.IOutline.SummaryColumn.html#GrapeCity_Spreadsheet_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_Spreadsheet_IOutline_SummaryRow" data-uid="GrapeCity.Spreadsheet.IOutline.SummaryRow">
          <a class="xref" href="GrapeCity.Spreadsheet.IOutline.SummaryRow.html#GrapeCity_Spreadsheet_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_Spreadsheet_IOutline_ShowLevels_System_Int32_System_Int32_" data-uid="GrapeCity.Spreadsheet.IOutline.ShowLevels(System.Int32,System.Int32)">
          <a class="xref" href="GrapeCity.Spreadsheet.IOutline.ShowLevels.html#GrapeCity_Spreadsheet_IOutline_ShowLevels_System_Int32_System_Int32_">ShowLevels(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Displays the specified number of row and/or column levels of an outline.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
